diff --git a/tests/integration/test_rest_build_state.py b/tests/integration/test_rest_build_state.py index a0dc44fd..23dd0a04 100644 --- a/tests/integration/test_rest_build_state.py +++ b/tests/integration/test_rest_build_state.py @@ -26,7 +26,7 @@ def test_rest_module_build(clone_and_start_build, mbs, koji, pkg_util): assert build.get("scmurl").replace("?", "") == giturl assert build.get("state_name") == "build" assert build.get("name") == repo.module_name - assert build.get("stream") == repo.branch + assert build.get("stream") == repo.branch.replace("-", "_") assert not build.get("scratch") assert build.get("tasks")