From a21a7991a7fc21321b90614b609b316fca54daa7 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 10 Aug 2020 16:22:13 +0200 Subject: vanilla php compliance --- test/it_url.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/it_url.t b/test/it_url.t index 1636bd6..360b971 100755 --- a/test/it_url.t +++ b/test/it_url.t @@ -326,15 +326,15 @@ handle_server( "failure" ), is( - it_url::get('url' => 'http://localhost:8000/maybe_error?chance=10', 'retries' => 10), + it_url::get(['url' => 'http://localhost:8000/maybe_error?chance=10', 'retries' => 10]), "success", "Retry on sporadically failing url in ::get" ), is( - it_url::get_multi('urls' => ['http://localhost:8000/maybe_error?chance=10'], 'retries' => 10), + it_url::get_multi(['urls' => ['http://localhost:8000/maybe_error?chance=10'], 'retries' => 10]), ["success"], "Retry on sporadically failing url in ::get_multi" - ), + ) ); is(it_url::parse("/foo"), ["/foo"], "it_url::parse path only"); -- cgit v1.2.3