Skip to content

Commit

Permalink
Update big_tests/tests/graphql_domain_SUITE.erl
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Uvarov <arcusfelis@gmail.com>
  • Loading branch information
JanuszJakubiec and arcusfelis authored Jan 21, 2022
1 parent 2f1ea61 commit 2b8978d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion big_tests/tests/graphql_domain_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ domain_not_found_error_formatting_after_mutation_enable_domain(Config) ->
domain_not_found_error_formatting(Result, DomainName, <<"enableDomain">>).

domain_not_found_error_formatting_after_mutation_disable_domain(Config) ->
DomainName = <<"UnexisitingDomain">>,
DomainName = <<"UnexistingDomain">>,
Vars = #{domain => DomainName},
Result = execute_auth(#{query => disable_domain_call(), variables => Vars,
operationName => <<"M1">>}, Config),
Expand Down

0 comments on commit 2b8978d

Please sign in to comment.