Skip to content

Commit

Permalink
Change condition
Browse files Browse the repository at this point in the history
  • Loading branch information
timvanoostrom committed Nov 28, 2023
1 parent 77fcdb2 commit 5f22386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
SERVER_CLIENT_KEY = os.getenv("MIJN_DATA_CLIENT_KEY")

# TODO: Add other AZ env conditions after migration.
if IS_TEST:
if IS_TAP and SERVER_CLIENT_CERT is not None:
# https://stackoverflow.com/a/46570364/756075
# Server security / certificates
cert = tempfile.NamedTemporaryFile(delete=False)
Expand Down

0 comments on commit 5f22386

Please sign in to comment.