mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 23:39:56 +01:00
test(be): fix repo creating test
This commit is contained in:
parent
e7f9d628cd
commit
f704379dfa
@ -38,6 +38,9 @@ func TestPopulateDetails(t *testing.T) {
|
||||
repo, err := store.CreateRepository(db.Repository{
|
||||
ProjectID: proj.ID,
|
||||
SSHKeyID: key.ID,
|
||||
Name: "Test",
|
||||
GitURL: "git@example.com:test/test",
|
||||
GitBranch: "master",
|
||||
})
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
Loading…
Reference in New Issue
Block a user