Skip to content

Commit

Permalink
test/rauc-hawkbit-updater: New text in "expected output"
Browse files Browse the repository at this point in the history
Signed-off-by: Cem Tenruh <[email protected]>
  • Loading branch information
ctenruh-phytec authored and ejoerns committed Oct 11, 2021
1 parent 52f41ba commit ed59577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_config_no_auth_token(adjust_config):
assert exitcode == 4
assert out == ''
assert err.strip() == \
'Loading config file failed: Neither auth_token nor gateway_token is set in the config.'
'Loading config file failed: Neither a token nor client certificate are set!'

def test_config_multiple_auth_methods(adjust_config):
"""Test config with auth_token and gateway_token options in client section."""
Expand Down

0 comments on commit ed59577

Please sign in to comment.