Skip to content

Commit bb19080

Browse files
author
seskildsen
committed
fix: bfe nummer can be null on matrikel_udgaaet
1 parent 599266d commit bb19080

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/test/resources/karate/matrikel_udgaaet.feature

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@ Feature: Gsearch matrikel test
9595
Then status 200
9696
And match response == '#[0]'
9797

98+
99+
Scenario: Do not have a match on '1000b, Skrydstrup Ejerlav'
100+
Then param q = '1000b, Skrydstrup Ejerlav'
101+
102+
When method GET
103+
Then status 200
104+
And match response == '#[1]'
105+
106+
98107
Scenario: Search is interchangeable order of ejerlavsnavn and matrikelnummer
99108
Then param q = '104, Ellum, Løgumkloster 1470453'
100109

0 commit comments

Comments
 (0)