Skip to content

Commit 5f991e5

Browse files
author
George El-Khoury (ETW)
committed
fix: update pod log tail test to match new spawn arguments
1 parent 847bf91 commit 5f991e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

k8s-deployer/test/test-suite-handler.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,12 +287,12 @@ describe("Deployment happy path", async () => {
287287

288288
chai.expect(nodeShellSpawnStub.getCall(0).calledWith(
289289
"k8s-deployer/scripts/tail-container-log.sh",
290-
[ namespace, "comp-1", "comp-1-specific-container" ]
290+
[ namespace, "comp-1", "comp-1-specific-container", "", "12345_t1/logs/pod-comp-1-nsChild-comp-1-specific-container" ]
291291
)).be.true
292292

293293
chai.expect(nodeShellSpawnStub.getCall(1).calledWith(
294294
"k8s-deployer/scripts/tail-container-log.sh",
295-
[ namespace, "comp-1-test-app", "" ]
295+
[ namespace, "comp-1-test-app", "", "", "12345_t1/logs/pod-comp-1-test-app-nsChild" ]
296296
)).be.true
297297
})
298298

0 commit comments

Comments
 (0)