From 3aa26e365e2a9385fa9c028dc3cd1aa2c6b45e9c Mon Sep 17 00:00:00 2001 From: "simon.mittag" Date: Mon, 12 Jun 2023 10:40:49 +1000 Subject: [PATCH] fixed broken port, was int, now string --- integration/connection/connection_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/connection/connection_test.go b/integration/connection/connection_test.go index 56a2d95..0cd219a 100644 --- a/integration/connection/connection_test.go +++ b/integration/connection/connection_test.go @@ -320,7 +320,7 @@ func TestRuntime_CountResourceIps(t *testing.T) { "jsonplaceholder.typicode.com": []j8a.ResourceMapping{{ URL: j8a.URL{ Host: "jsonplaceholder.typicode.com", - Port: 443, + Port: "443", }, }}, }},