Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jliempt committed Sep 16, 2024
1 parent cb5f2e3 commit 38e5857
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/docker.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
getOrchestratorEnvVars,
getProxyEnvVars,
getVaultEnvVars,
getTrustEngineJWT,
runContainers,
startContainer,
stopContainer
Expand Down Expand Up @@ -103,6 +104,7 @@ describe('Docker', () => {
...getProxyEnvVars(),
...getOrchestratorEnvVars(),
...getVaultEnvVars(),
...getTrustEngineJWT(),
actionConfig.dockerImage,
'cat'
]
Expand Down Expand Up @@ -131,6 +133,7 @@ describe('Docker', () => {
...getProxyEnvVars(),
...getOrchestratorEnvVars(),
...getVaultEnvVars(),
...getTrustEngineJWT(),
actionConfig.dockerImage,
'cat'
]
Expand Down Expand Up @@ -163,6 +166,7 @@ describe('Docker', () => {
...getProxyEnvVars(),
...getOrchestratorEnvVars(),
...getVaultEnvVars(),
...getTrustEngineJWT(),
ctxCfg.dockerImage,
'cat'
]
Expand Down Expand Up @@ -200,6 +204,7 @@ describe('Docker', () => {
...getProxyEnvVars(),
...getOrchestratorEnvVars(),
...getVaultEnvVars(),
...getTrustEngineJWT(),
ctxCfg.dockerImage,
'cat'
]
Expand Down

0 comments on commit 38e5857

Please sign in to comment.