Skip to content

Commit

Permalink
fix: gitleaks linter!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Dec 19, 2023
1 parent 81fb18c commit d02687d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_set_credentials.py
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ def test_neo4j_creds_set():
port = "port"

user = "username"
password = "password"
password = "123456789"

neo4j_ops.set_neo4j_db_info(
neo4j_db_name=db_name,

0 comments on commit d02687d

Please sign in to comment.