Skip to content

Commit

Permalink
add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
quannadev committed Dec 10, 2023
1 parent f24564e commit 0057a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestor/src/tests/test_eth_ingestor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async fn test_init_ingestor_stdouts() {
let registry = Registry::new();
let mut cfg = CommandConfig::default();
cfg.key_prefix = "stdouts".to_string();
cfg.config_file = "../secrets/sample_eth_config.toml".to_string();
cfg.config_file = "../secrets/ethereum.toml".to_string();
assert_eq!(IngestorMode::from(&cfg), IngestorMode::StdOut);
eth::create_ingestor(&cfg, &registry).await.unwrap();
}
Expand Down

0 comments on commit 0057a8c

Please sign in to comment.