forked from potsda.mn/mobilizon
Fix an indentation warning
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
05e5fc35d5
commit
6b5ac19c54
|
@ -150,12 +150,12 @@ defmodule Mobilizon.GraphQL.Resolvers.CommentTest do
|
||||||
to_string(comment.id)
|
to_string(comment.id)
|
||||||
|
|
||||||
query = """
|
query = """
|
||||||
query {
|
query {
|
||||||
thread(id: #{comment.id}) {
|
thread(id: #{comment.id}) {
|
||||||
text,
|
text,
|
||||||
uuid
|
uuid
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
res =
|
res =
|
||||||
|
|
Loading…
Reference in a new issue