Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add integration test scenario: ensure isRaw returns a boolean #1431

Open
macfarla opened this issue Apr 4, 2022 · 0 comments
Open

add integration test scenario: ensure isRaw returns a boolean #1431

macfarla opened this issue Apr 4, 2022 · 0 comments

Comments

@macfarla
Copy link
Contributor

macfarla commented Apr 4, 2022

https://github.com/ConsenSys/tessera/blob/095ab4fee41d13bb914b10b366ab8ecc6c6018da/tessera-jaxrs/transaction-jaxrs/src/test/java/com/quorum/tessera/q2t/TransactionResource3Test.java#L699

// TODO: Ensure this is in integration tests
// @test
// public void validationReceiveIsRawMustBeBoolean() {
//
// Response response = jersey.target("transaction").path("MYHASH").queryParam("isRaw",
// "bogus").request().get();
// assertThat(response.getStatus()).isEqualTo(400);
// }

macfarla added a commit to macfarla/tessera that referenced this issue Apr 4, 2022
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant