Skip to content

Commit

Permalink
change auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Solender committed Oct 7, 2020
1 parent ce8e074 commit ca40c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func TestIntegration(t *testing.T) {

conf := Config{
Username: "neo4j",
Password: "password",
Password: "changeme",
Host: "0.0.0.0",
IsCluster: false,
Port: 7687,
Expand Down

0 comments on commit ca40c9e

Please sign in to comment.