Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 4dd626f

Browse files
committed
chore: fix test
1 parent 846898e commit 4dd626f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/groupher_server_web/mutation/cms/articles/post_test.exs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,12 @@ defmodule GroupherServer.Test.Mutation.Articles.Post do
2525
mutation(
2626
$title: String!
2727
$body: String!
28-
$digest: String!
2928
$communityId: ID!
3029
$articleTags: [Id]
3130
) {
3231
createPost(
3332
title: $title
3433
body: $body
35-
digest: $digest
3634
communityId: $communityId
3735
articleTags: $articleTags
3836
) {

test/groupher_server_web/mutation/cms/publish_throttle_test.exs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@ defmodule GroupherServer.Test.Mutation.PublishThrottle do
2323
mutation(
2424
$title: String!
2525
$body: String!
26-
$digest: String!
2726
$communityId: ID!
2827
) {
2928
createPost(
3029
title: $title
3130
body: $body
32-
digest: $digest
3331
communityId: $communityId
3432
) {
3533
title

0 commit comments

Comments
 (0)