We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d17b9d commit 209e340Copy full SHA for 209e340
1 file changed
packages/js-sdk/tests/sandbox/host.test.ts
@@ -56,8 +56,8 @@ sandboxTest.skipIf(isDebug)(
56
sandboxId: string
57
code: number
58
}
59
- assert.equal(json.message, 'Sandbox not found')
+ assert.equal(json.message, 'The sandbox was not found')
60
assert.isTrue(sandbox.sandboxId.startsWith(json.sandboxId))
61
- assert.equal(json.code, 0)
+ assert.equal(json.code, 502)
62
63
)
0 commit comments