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<()> {
214
214
let call_count = Arc :: new ( Mutex :: new ( 0 ) ) ;
215
215
let cb_call_count = call_count. clone ( ) ;
216
216
217
- let mut opts = ClientOptions :: parse ( mongodb_uri_multi ! ( "user1 " ) ) . await ?;
217
+ let mut opts = ClientOptions :: parse ( mongodb_uri_multi ! ( "test_user1 " ) ) . await ?;
218
218
opts. credential = Credential :: builder ( )
219
219
. mechanism ( AuthMechanism :: MongoDbOidc )
220
220
. oidc_callback ( oidc:: Callback :: human ( move |_| {
@@ -264,7 +264,7 @@ async fn human_multiple_principal_user2() -> anyhow::Result<()> {
264
264
let call_count = Arc :: new ( Mutex :: new ( 0 ) ) ;
265
265
let cb_call_count = call_count. clone ( ) ;
266
266
267
- let mut opts = ClientOptions :: parse ( mongodb_uri_multi ! ( "user2 " ) ) . await ?;
267
+ let mut opts = ClientOptions :: parse ( mongodb_uri_multi ! ( "test_user2 " ) ) . await ?;
268
268
opts. credential = Credential :: builder ( )
269
269
. mechanism ( AuthMechanism :: MongoDbOidc )
270
270
. oidc_callback ( oidc:: Callback :: human ( move |_| {
You can’t perform that action at this time.
0 commit comments