Skip to content

Commit 6878efe

Browse files
Tidy up.
1 parent 17f61b9 commit 6878efe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/env/test/target.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ get_base_url() {
1313
return 0
1414
;;
1515
int)
16-
echo "http://gateway-api:8080" #TODO [GPCAPIM-????]: Figure out what this should be for testing int environment
16+
# This is currently set to test a locally deployed application that is set to point
17+
# at PDS, SDS and Provider INT environments.
18+
echo "http://gateway-api:8080"
1719
return 0
1820
;;
1921
*)

0 commit comments

Comments
 (0)