Skip to content

Commit b401bd9

Browse files
committed
update local protocol tests
1 parent 42e3c5b commit b401bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

private/smithy-rpcv2-cbor/test/functional/rpcv2cbor.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ it("no_input:Request", async () => {
697697
expect(r.headers["smithy-protocol"]).toBeDefined();
698698
expect(r.headers["smithy-protocol"]).toBe("rpc-v2-cbor");
699699

700-
expect(r.body).toBeFalsy();
700+
expect(!r.body || r.body === `{}`).toBeTruthy();
701701
}
702702
});
703703

0 commit comments

Comments
 (0)