Avoid URL conflicts in tests
This commit is contained in:
parent
241d49136f
commit
1ac9f8072e
4 changed files with 4 additions and 4 deletions
|
|
@ -97,7 +97,7 @@
|
|||
|
||||
(match (enqueue-load-new-guix-revision-job
|
||||
conn
|
||||
(git-repository-url->git-repository-id conn "test-url")
|
||||
(git-repository-url->git-repository-id conn "test-url3")
|
||||
"test-commit"
|
||||
"test-source")
|
||||
((id)
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
(with-postgresql-transaction
|
||||
conn
|
||||
(lambda (conn)
|
||||
(let* ((url "test-url")
|
||||
(let* ((url "test-url4")
|
||||
(git-repository-id
|
||||
(git-repository-url->git-repository-id conn url)))
|
||||
(insert-git-branch-entry conn git-repository-id "master")
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
(with-postgresql-transaction
|
||||
conn
|
||||
(lambda (conn)
|
||||
(let* ((url "test-url")
|
||||
(let* ((url "test-url5")
|
||||
(git-repository-id
|
||||
(git-repository-url->git-repository-id conn url))
|
||||
(git-branch-id
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
#t)))
|
||||
#:always-rollback? #t))
|
||||
|
||||
(let* ((url "test-url")
|
||||
(let* ((url "test-url6")
|
||||
(id (git-repository-url->git-repository-id conn url)))
|
||||
(with-postgresql-transaction
|
||||
conn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue