Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reportsrv tests
Browse files Browse the repository at this point in the history
bcspragu committed Jan 16, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 142c406 commit e7650b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions reportsrv/reportsrv_test.go
Original file line number Diff line number Diff line change
@@ -47,8 +47,9 @@ func TestServeReport(t *testing.T) {

env.db.analyses = []*pacta.Analysis{
&pacta.Analysis{
ID: analysisID,
Owner: &pacta.Owner{ID: ownerID},
ID: analysisID,
Owner: &pacta.Owner{ID: ownerID},
AnalysisType: pacta.AnalysisType_Report,
},
}

0 comments on commit e7650b1

Please sign in to comment.