We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b70dc commit 4928ac5Copy full SHA for 4928ac5
test/functional/spec-runner/utils.js
@@ -10,7 +10,7 @@ function resolveConnectionString(configuration, spec, context) {
10
isShardedEnvironment && !useMultipleMongoses
11
? `mongodb://${configuration.host}:${configuration.port}/${
12
configuration.db
13
- }?directConnection=false${authSource ? '&authSource=${authSource}' : ''}`
+ }?directConnection=false${authSource ? `&authSource=${authSource}` : ''}`
14
: configuration.url({ username, password, authSource });
15
return connectionString;
16
}
0 commit comments