Skip to content

Commit 3cb99bf

Browse files
committed
test(http-endpoint): fix test flakiness by removing verification of signatures
1 parent af3c470 commit 3cb99bf

File tree

1 file changed

+1
-0
lines changed
  • rs/http_endpoints/public/tests

1 file changed

+1
-0
lines changed

rs/http_endpoints/public/tests/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,7 @@ fn test_query_endpoint_returns_service_unavailable_on_missing_state() {
828828

829829
let agent = Agent::builder()
830830
.with_transport(ReqwestHttpReplicaV2Transport::create(format!("http://{}", addr)).unwrap())
831+
.with_verify_query_signatures(false)
831832
.build()
832833
.unwrap();
833834

0 commit comments

Comments
 (0)