Skip to content

Commit 740b7d6

Browse files
committed
docs(model): Use the new SCANOSS API endpoint also in reference.yml
This is a fixup for 1f689aa. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent a97d099 commit 740b7d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

model/src/main/resources/reference.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ ort:
277277

278278
SCANOSS:
279279
options:
280-
apiUrl: 'https://osskb.org/api/'
280+
apiUrl: 'https://api.osskb.org/'
281281
secrets:
282282
apiKey: 'your API key'
283283

model/src/test/kotlin/config/OrtConfigurationTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ class OrtConfigurationTest : WordSpec({
291291
}
292292

293293
get("SCANOSS") shouldNotBeNull {
294-
options shouldContainExactly mapOf("apiUrl" to "https://osskb.org/api/")
294+
options shouldContainExactly mapOf("apiUrl" to "https://api.osskb.org/")
295295
secrets shouldContainExactly mapOf("apiKey" to "your API key")
296296
}
297297
}

0 commit comments

Comments
 (0)