Skip to content

Commit

Permalink
Use new path in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
koplas committed Nov 27, 2024
1 parent a5f4b10 commit 56509bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/csaf_aggregator/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"net/http/httptest"
"testing"

"github.com/csaf-poc/csaf_distribution/v3/util"
"github.com/gocsaf/csaf/v3/util"
)

func Test_downloadJSON(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion cmd/csaf_checker/links_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"strings"
"testing"

"github.com/csaf-poc/csaf_distribution/v3/util"
"github.com/gocsaf/csaf/v3/util"
)

const page0 = `<html>
Expand Down
4 changes: 2 additions & 2 deletions cmd/csaf_downloader/downloader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (
"strings"
"testing"

"github.com/csaf-poc/csaf_distribution/v3/internal/options"
"github.com/csaf-poc/csaf_distribution/v3/util"
"github.com/gocsaf/csaf/v3/internal/options"
"github.com/gocsaf/csaf/v3/util"
)

type ProviderParams struct {
Expand Down

0 comments on commit 56509bb

Please sign in to comment.