mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 04:10:34 +00:00
NOISSUE - Fix Reports test status code bug
Signed-off-by: dusan <borovcanindusan1@gmail.com>
This commit is contained in:
@@ -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{},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user