From 97a77daea8ca11f49fe45994290fdf81474b4b50 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 09:12:21 +0000 Subject: [PATCH] fix: use local overlay package import in parse_test.go Co-Authored-By: tristan@speakeasyapi.dev --- overlay/parse_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/parse_test.go b/overlay/parse_test.go index bb55d902..fe0c2ad7 100644 --- a/overlay/parse_test.go +++ b/overlay/parse_test.go @@ -4,7 +4,7 @@ import ( "os" "testing" - "github.com/speakeasy-api/jsonpath/pkg/overlay" + "github.com/speakeasy-api/openapi/overlay" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" )