Skip to content

Commit 009e3d6

Browse files
committed
Fix docker-testacc filter for single test
1 parent f6424f4 commit 009e3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ services:
134134
ELASTICSEARCH_USERNAME: elastic
135135
ELASTICSEARCH_PASSWORD: ${ELASTICSEARCH_PASSWORD}
136136
TF_LOG: ${TF_LOG:-info}
137-
command: make testacc TESTARGS=${TESTARGS:-}
137+
command: make testacc TESTARGS='${TESTARGS:-}'
138138

139139
token-acceptance-tests:
140140
profiles: ["token-acceptance-tests"]

0 commit comments

Comments
 (0)