Skip to content

Commit

Permalink
Fix typo in config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hakbailey committed Nov 16, 2021
1 parent 430209f commit 39271ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_dev_config_success():
os.environ["DSPACE_TIMEOUT"] = "1.0"
os.environ.pop("DSS_INPUT_QUEUE", None)
os.environ["DSS_LOG_FILTER"] = "False"
os.environ["LOG_LEVEL"] = "debug"
os.environ["DSS_LOG_LEVEL"] = "debug"
os.environ["SKIP_PROCESSING"] = "True"
os.environ.pop("SQS_ENDPOINT_URL", None)
config = Config()
Expand Down

0 comments on commit 39271ea

Please sign in to comment.