Skip to content

Commit

Permalink
Update the expected printout in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Nov 16, 2022
1 parent 0125408 commit a634845
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 @@ -1227,7 +1227,7 @@ expect_existing_commands(Res) ->
?assertMatch({match, _}, re:run(Res, "countUsers")).

expect_command_arguments(Res) ->
?assertMatch({match, _}, re:run(Res, "domain\s+String!")).
?assertMatch({match, _}, re:run(Res, "domain\s+DomainName!")).

%%-----------------------------------------------------------------
%% Help tests
Expand Down

0 comments on commit a634845

Please sign in to comment.