Skip to content

Commit

Permalink
Improve cornichon test for /ldp
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanMattei committed May 30, 2017
1 parent 008fd70 commit 7113908
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class LDP extends CornichonFeature {
When I get("http://localhost:9000/ldp/" + uri)
Then assert status.is(200)
And assert headers.name("Access-Control-Allow-Origin").isPresent

And assert body.path("@id").isPresent
}
}
}
Expand Down

0 comments on commit 7113908

Please sign in to comment.