Skip to content

Commit 8e79146

Browse files
committed
fix(_tests/tests_suite_test.go): checking the right env var
1 parent 888dd37 commit 8e79146

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_tests/tests_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var (
3333

3434
var _ = BeforeSuite(func() {
3535
workflowHost := os.Getenv("DEIS_WORKFLOW_SERVICE_HOST")
36-
workflowPort := os.Getenv("DEIS_WORKFLOW_SERVICE_HOST")
36+
workflowPort := os.Getenv("DEIS_WORKFLOW_SERVICE_PORT")
3737
Expect(workflowHost).ShouldNot(BeEmpty())
3838
Expect(workflowPort).ShouldNot(BeEmpty())
3939
Expect("../client/deis").Should(BeAnExistingFile())

0 commit comments

Comments
 (0)