fixed test for related count.

This commit is contained in:
Jason Kulatunga 2024-01-29 14:23:49 -08:00
parent 870f6ffee2
commit 78a1935d13
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ func (suite *ResourceRelatedHandlerTestSuite) TestResourceRelatedHandlerTestSuit
//assert
assert.EqualValues(suite.T(), http.StatusOK, w.Code)
assert.Equal(suite.T(), summary["TotalResources"], 3)
assert.Equal(suite.T(), summary["TotalResources"], float64(3))
}