Skip to content

Commit

Permalink
Adjust mongooseimctl tests to changed admin checkAuth query
Browse files Browse the repository at this point in the history
  • Loading branch information
Premwoik committed Apr 26, 2022
1 parent 2d5d067 commit 5a6d0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion big_tests/tests/mongooseimctl_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ stats_host(Config) ->
%%--------------------------------------------------------------------

can_execute_admin_queries_with_permissions(Config) ->
Query = "query { checkAuth }",
Query = "query { checkAuth { authStatus } }",
Res = mongooseimctl("graphql", [Query], Config),
?assertMatch({_, 0}, Res),
Data = element(1, Res),
Expand Down

0 comments on commit 5a6d0e5

Please sign in to comment.