Skip to content

Commit

Permalink
Updated to the public schema url
Browse files Browse the repository at this point in the history
  • Loading branch information
webron committed Oct 14, 2014
1 parent 3d1b504 commit 0679f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/TestBase.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import scala.io.Source
**/
trait TestBase {
val mapper = new ObjectMapper
val host = "https://raw.githubusercontent.com/wordnik/swagger-spec/master/schemas/v2.0/schema.json"
val host = "http://swagger.io/v2/schema.json"
// val host = "http://localhost:8000/schema.json"

def readSchema(makeQualified: Boolean = true) = {
Expand Down

0 comments on commit 0679f7f

Please sign in to comment.