Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0w3n-d committed Jun 7, 2024
1 parent a09af94 commit 0644f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/api/src/proposer/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ mod proposer_api_tests {
.header("accept", "*/*")
.header("Content-Type", "application/json")
.header("x-api-key", "valid")
.header("x-preferences", "{\"filtering\":\"regional\", \"trusted_builders\": [\"Titan\", \"Beaver\"], \"header_delay\": false}")
.header("x-preferences", "{\"filtering\":\"regional\", \"trusted_builders\": [\"Test1\", \"Test2\"], \"header_delay\": false}")
.json(&signed_validator_registrations)
.send()
.await
Expand Down

0 comments on commit 0644f3b

Please sign in to comment.