Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
Revert "Update SwaggerHttpWithUiServiceTest.scala"
Browse files Browse the repository at this point in the history
This reverts commit 95ddab2.
  • Loading branch information
pjfanning committed Apr 4, 2022
1 parent 95ddab2 commit c6f108e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class SwaggerHttpWithUiServiceTest
val str = responseAs[String]
val response = Jsoup.parse(str)
val scriptTags = response.getElementsByTag("script")
scriptTags.get(2).toString should include("swagger-initializer.js")
scriptTags.get(2).toString should include(s"""url: "swagger.json"""")
}

}
Expand Down

0 comments on commit c6f108e

Please sign in to comment.