Skip to content

Commit 0f6b468

Browse files
Attempt to fix scaling test (#358)
1 parent 78021e2 commit 0f6b468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fault-tolerance-test/src/scaling.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ describe('Scaling test', () => {
120120
}
121121
}, 201)
122122

123-
const container1 = docker.getContainer('open-data-service_pipeline_1')
124-
const container2 = docker.getContainer('open-data-service_pipeline_2')
123+
const container1 = docker.getContainer('ods_pipeline_1')
124+
const container2 = docker.getContainer('ods_pipeline_2')
125125

126126
await expectGetPipelineSucceed(pipelineId)
127127

0 commit comments

Comments
 (0)