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 25b4575 commit 40b499b
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)
}
if !btfhubFetcher.HasConstantsInStore() {
t.Skip("btfhub has no constant for this OS")
Expand Down

0 comments on commit 40b499b

Please sign in to comment.