Skip to content

Commit

Permalink
fix borked test
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshanley committed Nov 14, 2024
1 parent 1b11f87 commit 95893c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ func TestDocument_MinimalRemoteRefs(t *testing.T) {
spec, err := os.ReadFile("test_specs/minimal_remote_refs/openapi.yaml")
require.NoError(t, err)

baseURL, err := url.Parse("https://raw.githubusercontent.com/felixjung/libopenapi/authed-remote/test_specs/minimal_remote_refs")
baseURL, err := url.Parse("https://raw.githubusercontent.com/pb33f/libopenapi/refs/heads/main/test_specs/minimal_remote_refs/")
require.NoError(t, err)

doc, err := NewDocumentWithConfiguration(spec, &datamodel.DocumentConfiguration{
Expand Down

0 comments on commit 95893c5

Please sign in to comment.