Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed Mar 14, 2023
1 parent fc7645e commit 1df3191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions beacon_node/http_api/tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ pub async fn create_api_server_on_port<T: BeaconChainTypes>(
network_senders: Some(network_senders),
network_globals: Some(network_globals),
eth1_service: Some(eth1_service),
sse_logging_components: None,
log,
});
let ctx = context.clone();
Expand Down
1 change: 1 addition & 0 deletions validator_client/src/http_api/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ impl ApiTester {
listen_port: 0,
allow_origin: None,
},
sse_logging_components: None,
log,
_phantom: PhantomData,
});
Expand Down

0 comments on commit 1df3191

Please sign in to comment.