Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Sep 30, 2024
1 parent 6e7e596 commit ec32744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/api/src/database/parameters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func TestParameters_GetAllConfigurationParameter(t *testing.T) {
)
parameters, err := dbInst.GetAllConfigurationParameters(testCtx)
require.Nil(t, err)
require.Len(t, parameters, 5)
require.Len(t, parameters, 6)
for _, parameter := range parameters {
require.True(t, parameter.IsValidKey(parameter.Key))
}
Expand Down

0 comments on commit ec32744

Please sign in to comment.