File size: 202 Bytes
b67c03f | 1 2 3 4 5 6 | from src.jobs import normalize_target_space
def test_normalize_target_space_still_user_namespace():
assert normalize_target_space(username="alice", target_slug="demo", run_id="r") == "alice/demo"
|
b67c03f | 1 2 3 4 5 6 | from src.jobs import normalize_target_space
def test_normalize_target_space_still_user_namespace():
assert normalize_target_space(username="alice", target_slug="demo", run_id="r") == "alice/demo"
|