Skip to content

Commit

Permalink
Fix test-project
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Jan 13, 2018
1 parent 0d89b8b commit 8e8b4fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lazy val server = project.in(file("server"))
graphqlQueryDirectory in IntegrationTest := (sourceDirectory in IntegrationTest).value / "graphql"
)
.settings(
addCommandAlias("validateSangriaExample", "graphqlValidateSchema build sangria-example")
addCommandAlias("validateStarWars", "graphqlValidateSchema build starwars")
)

lazy val client = project.in(file("client"))
Expand Down Expand Up @@ -42,9 +42,9 @@ lazy val commonSettings = Seq(
"starwars schema at http://try.sangria-graphql.org/graphql",
Def.task(
GraphQLSchemaLoader
.fromIntrospection("http://try.sangria-graphql.org/graphql", streams.value.log)
.withHeaders("User-Agent" -> s"sbt-graphql/${version.value}")
.loadSchema()
.fromIntrospection("http://try.sangria-graphql.org/graphql", streams.value.log)
.withHeaders("User-Agent" -> s"sbt-graphql/${version.value}")
.loadSchema()
).taskValue
)
)

0 comments on commit 8e8b4fa

Please sign in to comment.