Skip to content

Commit

Permalink
no longer requiring ports in a service
Browse files Browse the repository at this point in the history
  • Loading branch information
dgulinobw committed Mar 4, 2024
1 parent 23ec3de commit 8646792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ get ${BASEURL}/service?name=drewtest
echo -e "{\n\"name\":\"drewtest2\"\n}" > ${TESTDIR}/service_update.json
put "${TESTDIR}/service_update.json" "${BASEURL}/service/${SERVICE_ID}"
putc "${TESTDIR}/service_update.json" "${BASEURL}/service/${SERVICE_ID}" 303
putc "${TESTDIR}/service_update_no_ports.json" "${BASEURL}/service/${SERVICE_ID}" 400
putc "${TESTDIR}/service_update_no_ports.json" "${BASEURL}/service/${SERVICE_ID}" 303
putc "${TESTDIR}/service_update_string_ports.json" "${BASEURL}/service/${SERVICE_ID}" 400
get ${BASEURL}/service/${SERVICE_ID}
delete ${BASEURL}/service/${SERVICE_ID}
Expand Down

0 comments on commit 8646792

Please sign in to comment.