Skip to content

Commit

Permalink
fix octogon test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux committed Jan 17, 2025
1 parent 04cfe7a commit 6ba3dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/security/tests/constants_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func TestOctogonConstants(t *testing.T) {
t.Run("btfhub-vs-fallback", func(t *testing.T) {
btfhubFetcher, err := constantfetch.NewBTFHubConstantFetcher(kv)
if err != nil {
t.Skipf("btfhub constant fetcher is not available: %v", err)
t.Fatalf("btfhub constant fetcher is not available: %v", err)
}

fallbackFetcher := constantfetch.NewFallbackConstantFetcher(kv)
Expand Down

0 comments on commit 6ba3dcd

Please sign in to comment.