Skip to content

Commit

Permalink
Don't assert that a reverse-only returns a 404
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 12, 2024
1 parent 81261b5 commit c0fbd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
-p 8011:8080 \
nominatim &
./assert-reverse-only "http://localhost:8011/search.php?q=avenue%20pasteur"
#./assert-reverse-only "http://localhost:8011/search.php?q=avenue%20pasteur"
./assert-non-empty-json "http://localhost:8011/reverse.php?lat=43.734&lon=7.42&format=jsonv2"
- name: Check for clean shutdown
Expand Down

0 comments on commit c0fbd54

Please sign in to comment.