summaryrefslogtreecommitdiff
path: root/internal/api/client/reports/reportget_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/reports/reportget_test.go')
-rw-r--r--internal/api/client/reports/reportget_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/api/client/reports/reportget_test.go b/internal/api/client/reports/reportget_test.go
index afbcb2e28..51b80703d 100644
--- a/internal/api/client/reports/reportget_test.go
+++ b/internal/api/client/reports/reportget_test.go
@@ -133,7 +133,8 @@ func (suite *ReportGetTestSuite) TestGetReport1() {
"statuses_count": 4,
"last_status_at": "2024-11-01",
"emojis": [],
- "fields": []
+ "fields": [],
+ "group": false
}
}`, string(b))
}