Skip to content

Commit

Permalink
Change the repo name on test to avoid collision.
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
decko committed Jun 27, 2024
1 parent dd6dec4 commit 1f12d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulp_ostree/tests/functional/api/test_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def test_import_all_as_ostree_repo_admin(
"""Create a role for ostree admin, then import a repository with import-all."""

os.chdir(tmp_path)
repo_name = "repo"
repo_name = str(uuid.uuid4())
sample_dir = tmp_path / str(uuid.uuid4())
sample_file1 = sample_dir / str(uuid.uuid4())
branch_name = "foo"
Expand Down

0 comments on commit 1f12d97

Please sign in to comment.