File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
smoketests/src/test/scala/org/scalaexercises/evaluator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,5 +117,5 @@ lazy val dockerSettings = Seq(
117
117
.add(artifact, artifactTargetPath)
118
118
.cmdRaw(s " java -Dhttp.port= $$ PORT -Deval.auth.secretKey= $$ EVAL_SECRET_KEY -jar $artifactTargetPath" )
119
119
},
120
- imageNames in docker := Seq (ImageName (repository = " registry.heroku.com/scala-evaluator-sandbox /web" ))
120
+ imageNames in docker := Seq (ImageName (repository = " registry.heroku.com/scala-evaluator/web" ))
121
121
)
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Smoketests extends FunSpec with Matchers with CirceInstances {
31
31
32
32
val request = new Request (
33
33
method = Method .POST ,
34
- uri = Uri .uri(" http://scala-evaluator-sandbox .herokuapp.com/eval" ),
34
+ uri = Uri .uri(" http://scala-evaluator.herokuapp.com/eval" ),
35
35
headers = Headers (headers)
36
36
).withBody(
37
37
s """ {"resolvers" : [], "dependencies" : [], "code" : " $code"} """ )
You can’t perform that action at this time.
0 commit comments