Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
PietroPasotti committed Nov 14, 2024
1 parent bd020f6 commit a06bf9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def interface_tester(interface_tester: CRILikePathTester):
"tracing": {"interface": "tracing"},
"mysql-1": {"interface": "mysql"},
"mysql-2": {"interface": "mysql"},
},
},
"requires": {"tracing": {"interface": "tracing"}},
},
state_template=State(leader=True),
Expand Down
6 changes: 2 additions & 4 deletions tests/unit/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,9 +529,7 @@ def test_data_on_changed():
tester.run()


@pytest.mark.parametrize(
"endpoint", ("mysql-1", "mysql-2")
)
@pytest.mark.parametrize("endpoint", ("mysql-1", "mysql-2"))
@pytest.mark.parametrize("evt_type", ("changed", "created", "joined", "departed", "broken"))
def test_multiple_endpoints(endpoint, evt_type):
tester = _setup_with_test_file(
Expand All @@ -557,4 +555,4 @@ def test_data_on_changed():
)
)

tester.run()
tester.run()

0 comments on commit a06bf9b

Please sign in to comment.