We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ae2f7 commit c13b808Copy full SHA for c13b808
__test__/index.spec.ts
@@ -47,7 +47,7 @@ test('smoke test', async (t) => {
47
t.is(getDeployment.name,createDeploymentOptions.name)
48
49
let connString = await client.getConnectionString(createDeploymentOptions.name)
50
- t.assert(connString === `mongodb://user:password@127.0.0.1:${getDeployment.portBindings.port}/?directConnection=true`)
+ t.assert(connString === `mongodb://127.0.0.1:${getDeployment.portBindings.port}/?directConnection=true`)
51
52
// Count deployments after creation
53
let after_create_deployment_count = (await client.listDeployments()).length
0 commit comments