Skip to content

Commit 78f5117

Browse files
Enable token caching for e2e tests
1 parent 3a89b78 commit 78f5117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/docker/Dockerfile.e2e

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ WORKDIR /sloctl
99
COPY ./test ./test
1010
COPY --from=sloctl-e2e-test-bin /usr/bin/sloctl /usr/bin/sloctl
1111

12-
ENV SLOCTL_NO_CONFIG_FILE=true
12+
ENV SLOCTL_NO_CONFIG_FILE=false
1313
# Required for bats pretty printing.
1414
ENV TERM=linux

0 commit comments

Comments
 (0)