Skip to content

Commit c13b808

Browse files
committed
fixes test
1 parent 27ae2f7 commit c13b808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__test__/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test('smoke test', async (t) => {
4747
t.is(getDeployment.name,createDeploymentOptions.name)
4848

4949
let connString = await client.getConnectionString(createDeploymentOptions.name)
50-
t.assert(connString === `mongodb://user:password@127.0.0.1:${getDeployment.portBindings.port}/?directConnection=true`)
50+
t.assert(connString === `mongodb://127.0.0.1:${getDeployment.portBindings.port}/?directConnection=true`)
5151

5252
// Count deployments after creation
5353
let after_create_deployment_count = (await client.listDeployments()).length

0 commit comments

Comments
 (0)