Skip to content

Commit

Permalink
fixed broken port, was int, now string
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmittag committed Jun 12, 2023
1 parent 16c39ee commit 3aa26e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/connection/connection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}},
}},
Expand Down

0 comments on commit 3aa26e3

Please sign in to comment.