Skip to content

Commit

Permalink
test: change branch in spdx schema link to check in integration tests (
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen authored Nov 18, 2024
1 parent c8add84 commit 0d3d934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 0d3d934

Please sign in to comment.