You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -60,6 +64,7 @@ public function testDriverAuthFailureVerifyConnectivity(): void
60
64
$this->expectExceptionMessage(
61
65
'Neo4j errors detected. First one with code "Neo.ClientError.Security.Unauthorized" and message "The client is unauthorized due to authentication failure."'
62
66
);
67
+
63
68
$driver->verifyConnectivity();
64
69
}
65
70
@@ -89,13 +94,12 @@ public function testClientAuthFailureVerifyConnectivity(): void
89
94
)
90
95
))->build();
91
96
92
-
$driver = $client->getDriver(null);
93
-
94
97
$this->expectException(Neo4jException::class);
95
98
$this->expectExceptionMessage(
96
99
'Neo4j errors detected. First one with code "Neo.ClientError.Security.Unauthorized" and message "The client is unauthorized due to authentication failure."'
0 commit comments