Skip to content

Commit

Permalink
Make integration tests pass
Browse files Browse the repository at this point in the history
- Fix compiler errors for new InternetTraffic return values
  • Loading branch information
Tyler Phelan committed Aug 17, 2018
1 parent 44bec59 commit 959db4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/staticfile/integration/deploy_staticfile_app_test.go
Expand Up @@ -125,7 +125,7 @@ var _ = Describe("deploy a staticfile app", func() {
})

It("does not call out over the internet", func() {
traffic, _, err := cutlass.InternetTraffic(
traffic, _, _, err := cutlass.InternetTraffic(
bpDir,
"fixtures/staticfile_app",
bpFile,
Expand Down Expand Up @@ -155,7 +155,7 @@ var _ = Describe("deploy a staticfile app", func() {
})

It("uses a proxy during staging if present", func() {
traffic, _, err := cutlass.InternetTraffic(
traffic, _, _, err := cutlass.InternetTraffic(
bpDir,
"fixtures/staticfile_app",
bpFile,
Expand Down

0 comments on commit 959db4c

Please sign in to comment.