Skip to content

Commit

Permalink
small change to test
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-crespo-fdc committed Oct 3, 2024
1 parent 5bfcfe9 commit 86716c0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions services/cd-service/pkg/service/overview_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -810,11 +810,14 @@ func TestGetApplicationDetails(t *testing.T) {
t.Fatal(err)
}
}
config := repository.RepositoryConfig{
ArgoCdGenerateFiles: true,
DBHandler: repo.State().DBHandler,
}
svc := &OverviewServiceServer{
Repository: repo,
RepositoryConfig:
Shutdown: shutdown,

Repository: repo,
RepositoryConfig: config,
Shutdown: shutdown,
}
tc.Test(t, svc)
close(shutdown)
Expand Down

0 comments on commit 86716c0

Please sign in to comment.