Skip to content

Commit

Permalink
add missing check
Browse files Browse the repository at this point in the history
  • Loading branch information
mafredri committed Sep 27, 2024
1 parent b2041cc commit 64e4f05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1322,6 +1322,7 @@ RUN date --utc > /root/date.txt`, testImageAlpine),

wantSpecificOutput := []string{
"containeruser",
"FROM_CONTAINER=container",
"FROM_CONTAINER_ENV=containerEnv",
"FROM_REMOTE_ENV=remoteEnv",
"CONTAINER_OVERRIDE_C=containerEnv",
Expand All @@ -1346,15 +1347,15 @@ RUN date --utc > /root/date.txt`, testImageAlpine),
"dockerFile": "Dockerfile",
"containerUser": "containeruser",
"containerEnv": {
"FROM_CONTAINER_ENV": "containerEnv",
"CONTAINER_OVERRIDE_C": "containerEnv",
"CONTAINER_OVERRIDE_CR": "containerEnv",
"FROM_CONTAINER_ENV": "containerEnv",
},
"remoteUser": "remoteuser",
"remoteEnv": {
"FROM_REMOTE_ENV": "remoteEnv",
"CONTAINER_OVERRIDE_CR": "remoteEnv",
"CONTAINER_OVERRIDE_R": "remoteEnv",
"FROM_REMOTE_ENV": "remoteEnv",
},
"onCreateCommand": "echo onCreateCommand",
"postCreateCommand": "echo postCreateCommand",
Expand Down

0 comments on commit 64e4f05

Please sign in to comment.