diff options
Diffstat (limited to 'pkg/test')
| -rw-r--r-- | pkg/test/http.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/test/http.go b/pkg/test/http.go index 6c15016..b65ccc9 100644 --- a/pkg/test/http.go +++ b/pkg/test/http.go @@ -10,10 +10,9 @@ import ( xcontext "github.com/xlgmokha/x/pkg/context" "github.com/xlgmokha/x/pkg/serde" "github.com/xlgmokha/x/pkg/x" - "gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/pkg/pls" ) -type RequestOption pls.Option[*http.Request] +type RequestOption x.Option[*http.Request] func Request(method, target string, options ...RequestOption) *http.Request { request := httptest.NewRequest(method, target, nil) |
