Skip to content

Commit

Permalink
tests: use stable release
Browse files Browse the repository at this point in the history
This shouldn't test (unstable) snapshots

Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
Paul Spooren committed Jun 1, 2023
1 parent 29cf9de commit 475a9cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
Expand All @@ -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",
Expand All @@ -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",
),
Expand All @@ -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",
Expand Down

0 comments on commit 475a9cf

Please sign in to comment.