Skip to content

Commit 9c668c8

Browse files
committed
fix(_tests): don't check optional PORT value
1 parent 261374a commit 9c668c8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

_tests/tests_suite_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ var (
4242

4343
var _ = BeforeSuite(func() {
4444
workflowHost := os.Getenv("DEIS_WORKFLOW_SERVICE_HOST")
45-
workflowPort := os.Getenv("DEIS_WORKFLOW_SERVICE_PORT")
4645
Expect(workflowHost).ShouldNot(BeEmpty())
47-
Expect(workflowPort).ShouldNot(BeEmpty())
4846
// use the "deis" executable in the search $PATH
4947
_, err := exec.LookPath("deis")
5048
Expect(err).NotTo(HaveOccurred())

0 commit comments

Comments
 (0)