From dfc171f93d22b21c05abdf82083d9f70618ed9f3 Mon Sep 17 00:00:00 2001 From: Wum1ng <1210078968@qq.com> Date: Wed, 10 Apr 2024 11:42:37 +0800 Subject: [PATCH] update belts CI --- test/test_running.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_running.py b/test/test_running.py index 64cf63c09..02daf9cea 100644 --- a/test/test_running.py +++ b/test/test_running.py @@ -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"])