Skip to content

Commit

Permalink
Fix capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
brachbach committed Jan 3, 2021
1 parent 68fd4ce commit bd72f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_metaculus.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def test_sample_community_binary(metaculus_questions):

@pytest.mark.skipif(
"METACULUS_ORG_API_KEY" not in os.environ,
reason="Can only test with secret APi keys",
reason="Can only test with secret API keys",
)
def test_submit_binary_via_api_keys(metaculus_via_api_keys):
question = metaculus_via_api_keys.get_question(3616)
Expand Down

0 comments on commit bd72f59

Please sign in to comment.