Skip to content

Commit 9b65a89

Browse files
DmitriyLewenactions-user
authored andcommitted
test: change branch in spdx schema link to check in integration tests (#7935)
1 parent efec326 commit 9b65a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import (
4141

4242
var update = flag.Bool("update", false, "update golden files")
4343

44-
const SPDXSchema = "https://raw.githubusercontent.com/spdx/spdx-spec/development/v%s/schemas/spdx-schema.json"
44+
const SPDXSchema = "https://raw.githubusercontent.com/spdx/spdx-spec/support/v%s/schemas/spdx-schema.json"
4545

4646
func initDB(t *testing.T) string {
4747
fixtureDir := filepath.Join("testdata", "fixtures", "db")

0 commit comments

Comments
 (0)