Skip to content

Commit e1aa1c4

Browse files
committed
tests: Add archive and traces features to integration test config
The --ethereum-rpc CLI mode defaults to archive,traces features, but the generated TOML config had features = []. This caused subgraphs that depend on those capabilities to fail during indexing.
1 parent 260b8f3 commit e1aa1c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ ingestor = "default"
219219
[chains.test]
220220
shard = "primary"
221221
provider = [
222-
{{ label = "test", url = "{eth_url}", features = [] }}
222+
{{ label = "test", url = "{eth_url}", features = ["archive", "traces"] }}
223223
]
224224
225225
[log_store]

0 commit comments

Comments
 (0)