Skip to content

Commit b49dcef

Browse files
committed
Fix error message checking in unit test
Signed-off-by: Dongbo Xiao <[email protected]>
1 parent 9372452 commit b49dcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/internal/create-weblogic-domain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function validateWeblogicDomainStorageReclaimPolicy {
135135
;;
136136
"Delete")
137137
if [ "${weblogicDomainStoragePath:0:5}" != "/tmp/" ]; then
138-
validationError "Invalid value for weblogicDomainStorageReclaimPolicy: ${weblogicDomainStorageReclaimPolicy} when weblogicDomainStoragePath is not /tmp/."
138+
validationError "ERROR - Invalid value for weblogicDomainStorageReclaimPolicy ${weblogicDomainStorageReclaimPolicy} with weblogicDomainStoragePath ${weblogicDomainStoragePath} that is not /tmp/"
139139
fi
140140
;;
141141
"Recycle")

0 commit comments

Comments
 (0)