Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ExarcaFidalgo committed Apr 25, 2019
2 parents b10390f + 50d1675 commit f660722
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import io.gatling.core.Predef._
import io.gatling.http.Predef._
import io.gatling.jdbc.Predef._

class TestFirstDechat extends Simulation {
class DechatTest extends Simulation {

val httpProtocol = http
.baseUrl("https://arquisoft.github.io")
Expand All @@ -31,7 +31,7 @@ class TestFirstDechat extends Simulation {
.exec(http("request_1")
.get("/dechat_es4a/videos")
.resources(http("request_2")
.check(status.is(404)))
.check(status.is(404))))
.pause(40)

.exec(http("request_2")
Expand Down

0 comments on commit f660722

Please sign in to comment.