Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Oct 16, 2024
1 parent 0e8c7b4 commit 4ec4f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/propagation/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fn knows_how_to_mock_several_http_calls() {
uri: "http://localhost:3001/validator/reshare".into(),
sent: true,
response: Some([].to_vec()),
body: [32, 1, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0].to_vec(),
body: [4, 32, 1, 0, 0, 0, 0, 0, 0, 0, 6, 0, 0, 0].to_vec(),
..Default::default()
});
state.expect_request(testing::PendingRequest {
Expand Down

0 comments on commit 4ec4f36

Please sign in to comment.