Skip to content

Commit

Permalink
fix: contract verifier config test (#1583)
Browse files Browse the repository at this point in the history
## What ❔

Makes contract verifier config test use the correct env var name

## Why ❔

Test is failing for me locally, no idea how it works on CI though

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zk fmt` and `zk lint`.
- [ ] Spellcheck has been run via `zk spellcheck`.
- [ ] Linkcheck has been run via `zk linkcheck`.
  • Loading branch information
itegulov committed Apr 5, 2024
1 parent 4013771 commit 030d447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/env_config/src/contract_verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ mod tests {
CONTRACT_VERIFIER_PROMETHEUS_PORT=3314
CONTRACT_VERIFIER_PORT=3070
CONTRACT_VERIFIER_URL=127.0.0.1:3070
CONTRACT_THREADS_PER_SERVER=128
CONTRACT_VERIFIER_THREADS_PER_SERVER=128
"#;
lock.set_env(config);
Expand Down

0 comments on commit 030d447

Please sign in to comment.