From 1d6261878ec8d43ff43716ea8f79e70fa637fa34 Mon Sep 17 00:00:00 2001 From: jp Date: Wed, 8 May 2024 14:01:28 +0200 Subject: [PATCH] fixed import of assertion package --- test/integration/capability/http/http_integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/capability/http/http_integration_test.go b/test/integration/capability/http/http_integration_test.go index 4ce01b4e..d2635f9b 100644 --- a/test/integration/capability/http/http_integration_test.go +++ b/test/integration/capability/http/http_integration_test.go @@ -9,7 +9,7 @@ import ( "soarca/models/execution" httpUtil "soarca/utils/http" - "github.com/go-playground/assert" + "github.com/go-playground/assert/v2" "github.com/google/uuid" )