Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit4dd626f

Browse files
committed
chore: fix test
1 parent846898e commit4dd626f

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)

[8]ページ先頭

©2009-2025 Movatter.jp