Skip to content

Commit e233bf1

Browse files
committed
fix: pin image version in dind's pod test
1 parent 06f0506 commit e233bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/localstack-dind/use_pro_and_pod.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source test-utils.sh
44

55
# Scenario specific tests
66
check "localstack-cli version" 'localstack --version | grep 3.5.0'
7-
check "localstack image version" 'localstack status | grep "Docker image" | grep latest'
7+
check "localstack image version" 'localstack status | grep "Docker image" | grep 3.5.0'
88
check "localstack is pro" "docker inspect localstack-main | jq -e '.[0].Config.Env | index(\"ACTIVATE_PRO=1\") != null'"
99

1010
localstack wait -t 30

0 commit comments

Comments
 (0)