Skip to content

Commit

Permalink
Fix trailing slash also in TESTs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmymathews committed Jul 27, 2023
1 parent db78541 commit 59c4d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

query=http://spt-apiserver-testing:8080/study-summary?study=Melanoma%20intralesional%20IL2
query=http://spt-apiserver-testing:8080/study-summary/?study=Melanoma%20intralesional%20IL2

curl -s $query ;
if [ "$?" -gt 0 ];
Expand Down
2 changes: 1 addition & 1 deletion test/apiserver/unit_tests/test_study_names.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

query=http://spt-apiserver-testing:8080/study-names
query=http://spt-apiserver-testing:8080/study-names/

curl -s $query ;
if [ "$?" -gt 0 ];
Expand Down

0 comments on commit 59c4d57

Please sign in to comment.