From ed59577837a71222987cd96f55edbcac952981ca Mon Sep 17 00:00:00 2001 From: Cem Tenruh Date: Tue, 12 May 2020 11:28:14 +0200 Subject: [PATCH] test/rauc-hawkbit-updater: New text in "expected output" Signed-off-by: Cem Tenruh --- test/test_basics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_basics.py b/test/test_basics.py index 16560fcf..fd7aa229 100644 --- a/test/test_basics.py +++ b/test/test_basics.py @@ -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."""