Skip to content

Commit ab687c1

Browse files
committed
fix: revert error message
1 parent 7c2e0de commit ab687c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/docker.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ describe("docker", () => {
228228
const result = docker.save(image, destination);
229229

230230
// rejects with expected error
231-
await expect(result).rejects.toThrowError("bad request");
231+
await expect(result).rejects.toThrowError("server error");
232232
expect(existsSync(destination)).toBeFalsy();
233233
});
234234

0 commit comments

Comments
 (0)