test(be): fix repo creating test

This commit is contained in:
Denis Gukov 2022-01-22 13:21:11 +05:00
parent e7f9d628cd
commit f704379dfa

View File

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