mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-03 13:13:27 +08:00
PR#1733: Replace dashes with underscore in stream name integration test
Merges #1733 https://pagure.io/fm-orchestrator/pull-request/1733
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user