Change url in test
To avoid a conflict when running tests in parallel.
This commit is contained in:
parent
c3e42e93a5
commit
53700c9188
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue