Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
blotus committed Feb 10, 2025
1 parent e49693f commit 9f8d286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apiserver/apic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ func TestAPICWhitelists(t *testing.T) {
require.Len(t, allowlists, 1)
require.Equal(t, "allowlist1", allowlists[0].Name)
require.Equal(t, "test", allowlists[0].Description)
require.Equal(t, true, allowlists[0].FromConsole)
require.True(t, allowlists[0].FromConsole)

assertTotalDecisionCount(t, ctx, api.dbClient, 5) // 2 from FIRE + 2 from bl + 1 existing
assertTotalValidDecisionCount(t, api.dbClient, 4)
Expand Down

0 comments on commit 9f8d286

Please sign in to comment.