Skip to content

Commit

Permalink
Resolve pytest deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Mar 6, 2021
1 parent 44b2273 commit fcea539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Expand Up @@ -21,7 +21,7 @@ def random_name(n):
return "-".join([x.capitalize() for x in words])


@pytest.yield_fixture(scope="session")
@pytest.fixture(scope="session")
def driver():
chrome_options = webdriver.ChromeOptions()
chrome_options.headless = True
Expand Down

0 comments on commit fcea539

Please sign in to comment.