Skip to content

Commit

Permalink
[CodeBuild] remove copy-past-error
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneKress79789 committed Sep 5, 2023
1 parent e3bd512 commit 20091c8
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,3 @@ def test_language_container_deployer_cli_with_check_cert(
assert result.exit_code == 1 \
and result.exception.args[0].message in expected_exception_message \
and type(result.exception) == ExaConnectionFailedError

E AssertionError: assert (1 == 1 and 'Could not connect to Exasol: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1131)' in
'Could not connect to Exasol: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1131)')
E + where 1 = <Result ExaConnection'Could not connect to Exasol: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1131)')>.exit_code
E + and 'Could not connect to Exasol: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1131)' = ExaConnectionFailedError(ExaConnectionFailedError(...), 'Could not connect to Exasol: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1131)').message

0 comments on commit 20091c8

Please sign in to comment.