1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

Use new path in tests

This commit is contained in:
koplas 2024-11-27 12:51:38 +01:00
parent a5f4b10c4e
commit 56509bbb4d
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -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) {

View file

@ -15,7 +15,7 @@ import (
"strings"
"testing"
"github.com/csaf-poc/csaf_distribution/v3/util"
"github.com/gocsaf/csaf/v3/util"
)
const page0 = `<html>

View file

@ -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 {