Skip to content

Commit

Permalink
adding missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mativm02 committed Aug 2, 2023
1 parent 66efcb7 commit f60dda8
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 @@ -274,7 +274,7 @@ func TestParseURL(t *testing.T) {
name: "cosmosdb url",
url: "mongodb+srv://4-0-qa:zFAQ==@4-0-qa.azure:10/a1?appName=@4-testing@&maxIdleTimeMS=120000",
want: "mongodb+srv://4-0-qa:zFAQ%3D%3D@4-0-qa.azure:10/a1?appName=@4-testing@&maxIdleTimeMS=120000",
}
},
}

for _, test := range tests {
Expand Down

0 comments on commit f60dda8

Please sign in to comment.