Skip to content

Commit

Permalink
added env
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak5598 committed Jul 4, 2024
1 parent 9154a24 commit 9706881
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_welcome_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
def setenvvar(monkeypatch):
with mock.patch.dict(os.environ, clear=True):
envvars = {
"API_AUDIENCE": "https://mock.com",
"SIGNING_SECRET": "xapp-token",
"SLACK_BOT_TOKEN": "xoxb-token",
}
for k, v in envvars.items():
monkeypatch.setenv(k, v)
Expand Down

0 comments on commit 9706881

Please sign in to comment.