Change url in test

To avoid a conflict when running tests in parallel.
This commit is contained in:
Christopher Baines 2025-02-20 09:58:07 +00:00
parent c3e42e93a5
commit 53700c9188

View file

@ -33,7 +33,7 @@
(with-postgresql-transaction (with-postgresql-transaction
conn conn
(lambda (conn) (lambda (conn)
(let* ((url "test-url") (let* ((url "test-url2")
(git-repository-id (git-repository-id
(git-repository-url->git-repository-id conn url)) (git-repository-url->git-repository-id conn url))
(git-branch-id (git-branch-id