Skip to content

Commit

Permalink
fix test_main
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiazza committed May 2, 2021
1 parent dc300a8 commit 1ab48e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stix2elevator/test/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_setup_options(opts):
options.ALL_OPTIONS = None # To make sure we can set it again
initialize_options(opts)
assert get_option_value("policy") == "no_policy"
assert get_option_value("spec_version") == "2.1"
assert get_option_value("spec_version") == os.environ["VERSION"]
assert get_option_value("log_level") == "DEBUG"
assert get_option_value("disabled") == [212, 901]

Expand Down

0 comments on commit 1ab48e3

Please sign in to comment.