diff --git a/reports/api/endpoints_test.go b/reports/api/endpoints_test.go index 47d5686af..d11952f31 100644 --- a/reports/api/endpoints_test.go +++ b/reports/api/endpoints_test.go @@ -1311,7 +1311,7 @@ func TestGenerateReportWithTemplateValidation(t *testing.T) { contentType: contentType, domainID: domainID, authnRes: smqauthn.Session{DomainUserID: auth.EncodeDomainUserID(domainID, userID), UserID: userID, DomainID: domainID}, - status: http.StatusCreated, + status: http.StatusOK, svcRes: reports.ReportPage{}, }, {