Skip to content

Commit

Permalink
improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
BalduinLandolt committed Mar 19, 2024
1 parent 6fd0692 commit 6ddc1df
Showing 1 changed file with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,7 @@ class OntologyFormatsE2ESpec extends E2ESpec {
// private val incunabulaPartOf =
// URLEncoder.encode(SharedOntologyTestDataADM.INCUNABULA_PartOf_Property_LocalHost, "UTF-8")

// The URLs and expected response files for each HTTP GET test.
// private val httpGetTests = Seq(
//
//
//
//
// HttpGetTest(
// urlPath = s"/v2/ontologies/classes/$imagesBild",
// fileBasename = "imagesBild",
Expand Down Expand Up @@ -263,9 +258,11 @@ class OntologyFormatsE2ESpec extends E2ESpec {
|
|Response:
|
|${responseStr}
|$responseStr
|
|
|${"=" * 120}
|
|----------------------------
|
|Approved data:
|
Expand All @@ -292,9 +289,11 @@ class OntologyFormatsE2ESpec extends E2ESpec {
|
|Response:
|
|${responseStr}
|$responseStr
|
|
|${"=" * 120}
|
|----------------------------
|
|Approved data:
|
Expand Down

0 comments on commit 6ddc1df

Please sign in to comment.