From 453b41963602f2fcc12f38f4a83e6146d0299cc7 Mon Sep 17 00:00:00 2001 From: Lucas Gameiro Borges Date: Mon, 29 Apr 2024 19:13:57 +0000 Subject: [PATCH] fix linting --- tests/unit/test_charm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/test_charm.py b/tests/unit/test_charm.py index b92b89a33c..3a81274ba0 100644 --- a/tests/unit/test_charm.py +++ b/tests/unit/test_charm.py @@ -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