Skip to content

Commit

Permalink
clean up test args
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 17, 2024
1 parent 7897a5d commit 10dd2c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ def teardown_method(self):
if self.driver:
self.driver.quit()

@pytest.mark.parametrize("Eventloop Test", [
@pytest.mark.parametrize("event_loop_tests", [
"Background Process"
])

def test_mqtt(self, test_suite):
def test_mqtt(self, event_loop_tests):
sleep(3)
self.perform_click_element('Setup Client and Start')
# Sleep to make sure the connection is finished
Expand Down

0 comments on commit 10dd2c3

Please sign in to comment.