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
… [backport: release/v0.57] (#7940)

Co-authored-by: DmitriyLewen <[email protected]>
  • Loading branch information
aqua-bot and DmitriyLewen authored Nov 18, 2024
1 parent efec326 commit 3d537b9
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 3d537b9

Please sign in to comment.