Skip to content

Commit

Permalink
update local protocol tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Oct 1, 2024
1 parent 42e3c5b commit b401bd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ it("no_input:Request", async () => {
expect(r.headers["smithy-protocol"]).toBeDefined();
expect(r.headers["smithy-protocol"]).toBe("rpc-v2-cbor");

expect(r.body).toBeFalsy();
expect(!r.body || r.body === `{}`).toBeTruthy();
}
});

Expand Down

0 comments on commit b401bd9

Please sign in to comment.