Skip to content

Commit

Permalink
Merge branch 'v2.0.0-test' into v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seskildsen committed Sep 28, 2023
2 parents dbfd39c + c826148 commit 0020775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Feature: Historiske Dokumenter API Integration Test
And match response ==
"""
[
"Navnebloksedler",
"arbejdsjournaler",
"hartkornsekstrakter",
"inge Lehman og kollegaer fra Geodaetisk Institut",
Expand Down
10 changes: 1 addition & 9 deletions src/test/resources/karate/dokument/dokumentTest.feature
Original file line number Diff line number Diff line change
Expand Up @@ -148,19 +148,11 @@ Feature: Historiske Dokumenter API Integration Test

Scenario: Search with geometry

Given path '/dokument'
And param geometri = 'POINT(667450 6163387)'
When method get
Then status 200
And match response.dokumenter == '#[3]'

Scenario: Search with geometry not found

Given path '/dokument'
And param geometri = 'POINT(12.226727129244841 55.86164621853605)'
When method get
Then status 200
And match response.total == 0
And match response.dokumenter == '#[4]'

Scenario: GET - Limit -1

Expand Down

0 comments on commit 0020775

Please sign in to comment.