Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
k2tzumi committed Jul 23, 2023
1 parent 133e745 commit 14c8378
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//go:build integration

package integration
package runn

import (
"context"
Expand Down Expand Up @@ -46,7 +46,6 @@ func TestRunUsingHTTPBin(t *testing.T) {
}{
{"testdata/book/httpbin.yml"},
{"testdata/book/cookie.yml"},
{"testdata/book/cookie_in_requests_automatically.yml"},
}
for _, tt := range tests {
t.Run(tt.book, func(t *testing.T) {
Expand Down

0 comments on commit 14c8378

Please sign in to comment.