Skip to content

Commit d04e33f

Browse files
author
Tom Barnes
committed
Minor fix to introspectTest.sh
1 parent ef0deb6 commit d04e33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integration-tests/introspector/introspectTest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export NODEMGR_HOME=${NODEMGR_HOME:-/shared/nodemanagers}
117117
# values match the values in those macros.
118118

119119
export ADMIN_NAME=${ADMIN_NAME:-"admin-server"}
120-
export ADMIN_PORT=${ADMIN_PROT:-7001}
120+
export ADMIN_PORT=${ADMIN_PORT:-7001}
121121
export MANAGED_SERVER_NAME_BASE=${MANAGED_SERVER_NAME_BASE:-"managed-server"}
122122
export DOMAIN_NAME=${DOMAIN_NAME:-"base_domain"}
123123

0 commit comments

Comments
 (0)