diff --git a/ui/test/normalizers/dashboardTime.test.js b/ui/test/normalizers/dashboardTime.test.js index ab439144e7..d630552017 100644 --- a/ui/test/normalizers/dashboardTime.test.js +++ b/ui/test/normalizers/dashboardTime.test.js @@ -30,7 +30,7 @@ describe('Normalizers.DashboardTime', () => { }) it('can remove timeRanges with incorrect dashboardID', () => { - const ranges = [{dashboardID: 1, upper, lower}, timeRange] + const ranges = [{dashboardID: '1', upper, lower}, timeRange] const actual = normalizer(ranges) const expected = [timeRange]