Skip to content

Commit 5b3b8fe

Browse files
committed
test: fix missing subgraph_service_address field
1 parent 89a2ce0 commit 5b3b8fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/service/tests/router_test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ async fn full_integration_test() {
9292
chain_id: indexer_config::TheGraphChainId::Test,
9393
receipts_verifier_address: test_assets::VERIFIER_ADDRESS,
9494
receipts_verifier_address_v2: None,
95+
subgraph_service_address: None,
9596
})
9697
.timestamp_buffer_secs(Duration::from_secs(10))
9798
.escrow_accounts_v1(escrow_accounts.clone())

0 commit comments

Comments
 (0)