Skip to content

Commit

Permalink
fixed potential bug in the assert of a livetest
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaaks authored Sep 1, 2022
1 parent 41cacea commit 53144da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livetests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_valid_github_url_unauthenticated():


def test_valid_gitlab_url_unauthenticated():
assert os.getenv("APIKEY_GITHUB") is None, "This test should run unauthenticated"
assert os.getenv("APIKEY_GITLAB") is None, "This test should run unauthenticated"
runner = CliRunner()
result = runner.invoke(cli, ["https://gitlab.com/jspaaks/howfairis-livetest"])
expected_exit_code = str(0)
Expand Down

0 comments on commit 53144da

Please sign in to comment.