Skip to content

Commit

Permalink
fix conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Jan 16, 2024
1 parent e06a174 commit 1239a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
def pytest_addoption(parser: Any) -> None:
parser.addoption("--url", action="store", default="http://localhost:8529")
parser.addoption("--username", action="store", default="root")
parser.addoption("--password", action="store", default="test")
parser.addoption("--password", action="store", default="")
parser.addoption("--dbName", action="store", default="_system")


Expand Down

0 comments on commit 1239a4c

Please sign in to comment.