Skip to content

Commit

Permalink
skip: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Mar 21, 2024
1 parent f420722 commit f860e32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charms/istio-pilot/tests/unit/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1600,7 +1600,10 @@ def test_use_https_with_tls_secret_not_found(self, harness, mocked_cert_subject)
assert harness.charm._use_https_with_tls_secret() is False

def test_set_tls_manually_set_secret_content(
self, harness, mocked_cert_subject, all_operator_reconcile_handlers_mocked,
self,
harness,
mocked_cert_subject,
all_operator_reconcile_handlers_mocked,
):
"""Test the method sets secret content when secret exists."""
harness.begin()
Expand Down

0 comments on commit f860e32

Please sign in to comment.