Skip to content

Commit

Permalink
Fix reportsrv tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bcspragu committed Jan 16, 2025
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
Expand Up @@ -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,
},
}

Expand Down

0 comments on commit e7650b1

Please sign in to comment.