Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgameiroborges committed Apr 29, 2024
1 parent d9b6bf3 commit 453b419
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1818,7 +1818,6 @@ def test_set_secret_in_databag(harness, _has_secrets):
harness.charm.set_secret("test", "password", "test")



@patch_network_get(private_address="1.1.1.1")
def test_set_secret_with_juju_secret(harness):
# this test is the juju3 version of the previous test, but it can run on both versions
Expand Down

0 comments on commit 453b419

Please sign in to comment.