Skip to content

Commit

Permalink
Update test_compose_on_rocm.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Astafev <[email protected]>
  • Loading branch information
artem-astafev authored Dec 18, 2024
1 parent 7a9a551 commit 7573f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MultimodalQnA/tests/test_compose_on_rocm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (C) 2024 Advanced Micro Devices, Inc.
# SPDX-License-Identifier: Apache-2.0

set -e
set -ex
IMAGE_REPO=${IMAGE_REPO:-"opea"}
IMAGE_TAG=${IMAGE_TAG:-"latest"}
echo "REGISTRY=IMAGE_REPO=${IMAGE_REPO}"
Expand Down Expand Up @@ -278,7 +278,7 @@ function validate_delete {
echo "Validate data prep delete files"
validate_service \
"${DATAPREP_DELETE_FILE_ENDPOINT}" \
# '{"status":true}' \
'{"status":true}' \
"dataprep_del" \
"dataprep-multimodal-redis"
}
Expand Down

0 comments on commit 7573f4a

Please sign in to comment.