Skip to content

Commit

Permalink
docs(model): Use the new SCANOSS API endpoint also in reference.yml
Browse files Browse the repository at this point in the history
This is a fixup for 1f689aa.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed May 24, 2024
1 parent a97d099 commit 740b7d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion model/src/main/resources/reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ ort:

SCANOSS:
options:
apiUrl: 'https://osskb.org/api/'
apiUrl: 'https://api.osskb.org/'
secrets:
apiKey: 'your API key'

Expand Down
2 changes: 1 addition & 1 deletion model/src/test/kotlin/config/OrtConfigurationTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class OrtConfigurationTest : WordSpec({
}

get("SCANOSS") shouldNotBeNull {
options shouldContainExactly mapOf("apiUrl" to "https://osskb.org/api/")
options shouldContainExactly mapOf("apiUrl" to "https://api.osskb.org/")
secrets shouldContainExactly mapOf("apiKey" to "your API key")
}
}
Expand Down

0 comments on commit 740b7d6

Please sign in to comment.