Skip to content

Commit

Permalink
Fix typo in runner config
Browse files Browse the repository at this point in the history
Causes portfolio parsing test to fail with:

```
failed to parse flags: configuration variable provided but not defined: azure_event_parsed_portfolio_topic
```
  • Loading branch information
bcspragu committed Nov 17, 2023
1 parent 6ffdbda commit c115a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/runner/configs/dev.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
env dev
min_log_level warn

azure_event_parsed_portfolio_topic parsed-portfolios-dev
azure_event_parse_portfolio_complete_topic parsed-portfolios-dev
azure_topic_location centralus-1

azure_storage_account rmipactadev
Expand Down
2 changes: 1 addition & 1 deletion cmd/runner/configs/local.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
env local
min_log_level debug

azure_event_parsed_portfolio_topic parsed-portfolios-local
azure_event_parse_portfolio_topic parsed-portfolios-local
azure_topic_location centralus-1

azure_storage_account rmipactalocal
Expand Down

0 comments on commit c115a83

Please sign in to comment.