Skip to content

Commit ff8335b

Browse files
committed
Ignore trailing slash for integration tests
1 parent e0fb716 commit ff8335b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/integration.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

3-
base=${1:-http://localhost:8080}
3+
base=${1:-http://localhost:8080/}
4+
base=${base%/}
45

56
n=0
67
skipping=false

0 commit comments

Comments
 (0)