diff --git a/tests/test_api.py b/tests/test_api.py index 7f9beb4e..06ad8dbf 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -284,7 +284,7 @@ def test_api_build_real_x86(app): "/api/v1/build", json=dict( target="x86/64", - version="SNAPSHOT", + version="22.03.5", packages=["tmux", "vim"], profile="some_random_cpu_which_doesnt_exists_as_profile", ), @@ -297,7 +297,7 @@ def test_api_build_real_x86(app): "/api/v1/build", json=dict( target="x86/64", - version="SNAPSHOT", + version="22.03.5", packages=["tmux", "vim"], profile="some_random_cpu_which_doesnt_exists_as_profile", filesystem="ext4", @@ -316,7 +316,7 @@ def test_api_build_real_ath79(app): "/api/v1/build", json=dict( target="ath79/generic", - version="SNAPSHOT", + version="22.03.5", packages=["tmux", "vim"], profile="tplink_tl-wdr4300-v1", ), @@ -329,7 +329,7 @@ def test_api_build_real_ath79(app): "/api/v1/build", json=dict( target="ath79/generic", - version="SNAPSHOT", + version="22.03.5", packages=["tmux", "vim"], profile="tplink_tl-wdr4300-v1", filesystem="squashfs",