diff --git a/integration/integration_test.go b/integration/integration_test.go index 96c8f54a67e9..21cdfe4facd9 100644 --- a/integration/integration_test.go +++ b/integration/integration_test.go @@ -41,7 +41,7 @@ import ( var update = flag.Bool("update", false, "update golden files") -const SPDXSchema = "https://raw.githubusercontent.com/spdx/spdx-spec/development/v%s/schemas/spdx-schema.json" +const SPDXSchema = "https://raw.githubusercontent.com/spdx/spdx-spec/support/v%s/schemas/spdx-schema.json" func initDB(t *testing.T) string { fixtureDir := filepath.Join("testdata", "fixtures", "db")