Skip to content

Commit

Permalink
add MOCK_SIGAN_RANDOM setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulware committed Jan 16, 2024
1 parent 25ce95d commit 2661313
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scos_actions/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
logger.debug(f"scos-actions: SCOS_SENSOR_GIT_TAG:{SCOS_SENSOR_GIT_TAG}")
MOCK_SIGAN = env.bool("MOCK_SIGAN", True)
logger.debug(f"scos-actions: MOCK_SIGAN:{MOCK_SIGAN}")
MOCK_SIGAN_RANDOM = env.bool("MOCK_SIGAN_RANDOM", default=False)
logger.debug(f"scos-actions: MOCK_SIGAN_RANDOM:{MOCK_SIGAN_RANDOM}")
RUNNING_TESTS = env.bool("RUNNING_TESTS", False)
logger.debug(f"scos-actions: RUNNING_TESTS:{RUNNING_TESTS}")
SENSOR_DEFINITION_FILE = env("SENSOR_DEFINITION_FILE", None)
Expand Down

0 comments on commit 2661313

Please sign in to comment.