Skip to content

Commit

Permalink
dev: Fix integration test that used old URL for capabilities (#1304)
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Eknert <[email protected]>
  • Loading branch information
anderseknert authored Dec 17, 2024
1 parent 9102b94 commit 00e5341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/capabilities/capabilities_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func TestLookupFromURL(t *testing.T) {

caps, err := Lookup(
context.Background(),
"https://raw.githubusercontent.com/open-policy-agent/opa/main/capabilities/v0.55.0.json",
"https://raw.githubusercontent.com/open-policy-agent/opa/refs/heads/main/v1/capabilities/v0.55.0.json",
)
if err != nil {
t.Errorf("unexpected error from Lookup: %v", err)
Expand Down

0 comments on commit 00e5341

Please sign in to comment.