fffiloni's picture
Upload 6 files
a2df110 verified
Raw
History Blame
202 Bytes
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"