Skip to content

Commit

Permalink
update: fixed coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
heemankv committed Nov 13, 2024
1 parent 02618d1 commit ad0c754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ AWS_DEFAULT_REGION=localhost

#### ALERTS ####

MADARA_ORCHESTRATOR_AWS_SNS_ARN_NAME=madara-orchestrator-arn
MADARA_ORCHESTRATOR_AWS_SNS_ARN=arn:aws:sns:us-east-1:000000000000:madara-orchestrator-arn


#### DATA AVAILABILITY ####

## ETHEREUM ##
Expand Down
2 changes: 1 addition & 1 deletion crates/orchestrator/src/tests/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ fn get_env_params() -> EnvParams {
});

let alert_params = AlertValidatedArgs::AWSSNS(AWSSNSValidatedArgs {
topic_arn: get_env_var_or_panic("MADARA_ORCHESTRATOR_AWS_SNS_ARN"),
topic_arn: get_env_var_or_panic("MADARA_ORCHESTRATOR_AWS_SNS_ARN_NAME"),
});

let settlement_params = SettlementValidatedArgs::Ethereum(EthereumSettlementValidatedArgs {
Expand Down

0 comments on commit ad0c754

Please sign in to comment.