Skip to content

Commit

Permalink
kthnxbye
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Callarisa committed Jul 23, 2022
1 parent 213a4e3 commit 41311d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ type Suite struct {

func (s *Suite) SetupSuite() {
s.IsCI = os.Getenv("CI") == "true"
s.IsCI = os.Getenv("I") == "true"
s.network()
s.runVault()
s.runMitm()
Expand Down Expand Up @@ -127,7 +126,6 @@ func (s *Suite) runFakeServer(fn http.HandlerFunc) {

s.FakeServer = &http.Server{Handler: fn}
go s.FakeServer.Serve(listener)
time.Sleep(30 * time.Millisecond)
}

func (s *Suite) runFakeServerGeneratingCookieIfNotPresentAndReturnsItsValue() {
Expand Down

0 comments on commit 41311d9

Please sign in to comment.