File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ async fn human_multiple_principal_user1() -> anyhow::Result<()> {
214214 let call_count = Arc :: new ( Mutex :: new ( 0 ) ) ;
215215 let cb_call_count = call_count. clone ( ) ;
216216
217- let mut opts = ClientOptions :: parse ( mongodb_uri_multi ! ( "user1 " ) ) . await ?;
217+ let mut opts = ClientOptions :: parse ( mongodb_uri_multi ! ( "test_user1 " ) ) . await ?;
218218 opts. credential = Credential :: builder ( )
219219 . mechanism ( AuthMechanism :: MongoDbOidc )
220220 . oidc_callback ( oidc:: Callback :: human ( move |_| {
@@ -264,7 +264,7 @@ async fn human_multiple_principal_user2() -> anyhow::Result<()> {
264264 let call_count = Arc :: new ( Mutex :: new ( 0 ) ) ;
265265 let cb_call_count = call_count. clone ( ) ;
266266
267- let mut opts = ClientOptions :: parse ( mongodb_uri_multi ! ( "user2 " ) ) . await ?;
267+ let mut opts = ClientOptions :: parse ( mongodb_uri_multi ! ( "test_user2 " ) ) . await ?;
268268 opts. credential = Credential :: builder ( )
269269 . mechanism ( AuthMechanism :: MongoDbOidc )
270270 . oidc_callback ( oidc:: Callback :: human ( move |_| {
You can’t perform that action at this time.
0 commit comments