Skip to content

Commit

Permalink
prevent test api key clash
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed May 27, 2024
1 parent c3a735b commit d460d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_waybar_crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def config() -> Config:
"spacer_symbol": "|",
"display_options": [],
"display_options_format": DEFAULT_DISPLAY_OPTIONS_FORMAT,
"api_key": "test_key",
"api_key": "some_api_key",
},
"coins": {
"btc": {
Expand Down

0 comments on commit d460d9e

Please sign in to comment.