test: change branch in spdx schema link to check in integration tests (#7935)

This commit is contained in:
DmitriyLewen
2024-11-18 12:25:58 +06:00
committed by GitHub
parent c8add84113
commit 0d3d934f76

View File

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