Skip to content

Commit

Permalink
fix config file path
Browse files Browse the repository at this point in the history
  • Loading branch information
blotus committed Sep 23, 2024
1 parent 5569514 commit 271e34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/backends/iptables/test_iptables.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def get_set_elements(set_name, with_timeout=False):

class TestIPTablesLogging(unittest.TestCase):
def setUp(self):
self.fb = subprocess.Popen([BINARY_PATH, "-c", CONFIG_PATH])
self.fb = subprocess.Popen([BINARY_PATH, "-c", CONFIG_PATH_LOGGING])
self.lapi = MockLAPI()
self.lapi.start()
return super().setUp()
Expand Down

0 comments on commit 271e34e

Please sign in to comment.