Skip to content

Commit

Permalink
fix: Remove chain validation from integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Jan 20, 2024
1 parent 5e60be7 commit d81f4a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ async def test_given_tls_requirer_is_deployed_and_related_then_certificate_is_cr
action_output = await run_get_certificate_action(ops_test)
assert action_output["certificate"] is not None
assert action_output["ca-certificate"] is not None
assert action_output["chain"] is not None
assert action_output["csr"] is not None


Expand Down

0 comments on commit d81f4a1

Please sign in to comment.