Skip to content

Commit c895f54

Browse files
committed
Update the text expected in the GraphiQL test
The original one changed when updating to the latest GraphiQL.
1 parent 172eb88 commit c895f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

big_tests/tests/graphql_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ can_load_graphiql(Config) ->
147147
Ep = ?config(schema_endpoint, Config),
148148
{Status, Html} = get_graphiql_website(Ep),
149149
?assertEqual({<<"200">>, <<"OK">>}, Status),
150-
?assertNotEqual(nomatch, binary:match(Html, <<"Loading...">>)).
150+
?assertNotEqual(nomatch, binary:match(Html, <<"MongooseIM GraphiQL">>)).
151151

152152
user_checks_auth(Config) ->
153153
Ep = ?config(schema_endpoint, Config),

0 commit comments

Comments
 (0)