Skip to content

Commit

Permalink
restoring original conn string in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mativm02 committed Aug 3, 2023
1 parent 9919a84 commit e515418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persistent/internal/driver/mongo/life_cycle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func TestConnect(t *testing.T) {
{
name: "valid connection_string",
opts: &types.ClientOpts{
ConnectionString: "mongodb+srv://tyk:6}3cZQU.9KvM/hVR4qkm-hHqZTu3yg=G@cluster0.zlgvyel.mongodb.net/?retryWrites=true&w=majority",
ConnectionString: "mongodb://localhost:27017/test",
UseSSL: false,
Type: "mongodb",
},
Expand Down

0 comments on commit e515418

Please sign in to comment.