Skip to content

Commit

Permalink
update belts CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wumingzhilian committed Apr 10, 2024
1 parent b07c9d0 commit dfc171f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_running.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def test_cumulative_belts(belt_dojos, random_user):
assert "blue" in us["belt"]
else:
# until orange, we should be stuck in white
assert "white" in us["belt"]
assert "Beginner_Sprite" in us["belt"]

@pytest.mark.dependency(depends=["test_start_challenge"])
@pytest.mark.parametrize("path", ["/flag", "/challenge/apple"])
Expand Down

0 comments on commit dfc171f

Please sign in to comment.