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.

Commit92b1f43

Browse files
committed
chore: length issue
1 parent89b830a commit92b1f43

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‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ defmodule GroupherServer.Test.Mutation.Articles.Job do
8787
assertexist_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‎

Lines changed: 0 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp