We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261374a commit 9c668c8Copy full SHA for 9c668c8
1 file changed
_tests/tests_suite_test.go
@@ -42,9 +42,7 @@ var (
42
43
var _ = BeforeSuite(func() {
44
workflowHost := os.Getenv("DEIS_WORKFLOW_SERVICE_HOST")
45
- workflowPort := os.Getenv("DEIS_WORKFLOW_SERVICE_PORT")
46
Expect(workflowHost).ShouldNot(BeEmpty())
47
- Expect(workflowPort).ShouldNot(BeEmpty())
48
// use the "deis" executable in the search $PATH
49
_, err := exec.LookPath("deis")
50
Expect(err).NotTo(HaveOccurred())
0 commit comments