Skip to content

Commit

Permalink
Ignore trailing slash for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Jun 17, 2024
1 parent b3b1e8b commit b132d07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

base=${1:-http://localhost:8080}
base=${1:-http://localhost:8080/}
base=${base%/}

n=0
skipping=false
Expand Down

0 comments on commit b132d07

Please sign in to comment.