Skip to content

Commit a0cacb2

Browse files
authored
Update conftest.py
1 parent a99cfe1 commit a0cacb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def pytest_addoption(parser):
2-
parser.addoption("--token", action="store", default="")
2+
parser.addoption("--token", action="store")
33

44

55
def pytest_generate_tests(metafunc):

0 commit comments

Comments
 (0)