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

Commit 92b1f43

Browse files
committed
chore: length issue
1 parent 89b830a commit 92b1f43

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ defmodule GroupherServer.Test.Mutation.Articles.Job do
8787
assert exist_in?(%{id: article_tag.id}, job.article_tags)
8888
end
8989

90-
@tag :wip
9190
test "create job should excape xss attracts" do
9291
{:ok, user} = db_insert(:user)
9392
user_conn = simu_conn(:user, user)

test/groupher_server_web/mutation/statistics/statistics_test.exs

-2
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@ defmodule GroupherServer.Test.Mutation.Statistics do
2222
$title: String!
2323
$body: String!
2424
$digest: String!
25-
$length: Int!
2625
$communityId: ID!
2726
$articleTags: [Ids]
2827
) {
2928
createPost(
3029
title: $title
3130
body: $body
3231
digest: $digest
33-
length: $length
3432
communityId: $communityId
3533
articleTags: $articleTags
3634
) {

0 commit comments

Comments
 (0)