We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888dd37 commit 8e79146Copy full SHA for 8e79146
1 file changed
_tests/tests_suite_test.go
@@ -33,7 +33,7 @@ var (
33
34
var _ = BeforeSuite(func() {
35
workflowHost := os.Getenv("DEIS_WORKFLOW_SERVICE_HOST")
36
- workflowPort := os.Getenv("DEIS_WORKFLOW_SERVICE_HOST")
+ workflowPort := os.Getenv("DEIS_WORKFLOW_SERVICE_PORT")
37
Expect(workflowHost).ShouldNot(BeEmpty())
38
Expect(workflowPort).ShouldNot(BeEmpty())
39
Expect("../client/deis").Should(BeAnExistingFile())
0 commit comments