Skip to content

Commit

Permalink
#263 check response cookie in login
Browse files Browse the repository at this point in the history
  • Loading branch information
kovax committed Aug 16, 2019
1 parent 34f3d3a commit 39a5a9c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -42,6 +42,7 @@ class RestapiTestBase {
.when()
.get(apiUri+"/login")
.then()
.cookie('cauth')
.statusCode(STATUS_OK)
.extract().response()

Expand Down

0 comments on commit 39a5a9c

Please sign in to comment.