Avoid URL conflicts in tests

This commit is contained in:
Christopher Baines 2025-03-11 12:42:20 +00:00
parent 241d49136f
commit 1ac9f8072e
4 changed files with 4 additions and 4 deletions

View file

@ -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")