Skip to content
Snippets Groups Projects
Commit db809f1b authored by Adriano Cori's avatar Adriano Cori
Browse files

Fixed client configuration for tests

parent a2955cf6
No related branches found
No related tags found
No related merge requests found
...@@ -166,8 +166,9 @@ class HttpClientTest extends UnitTestCase { ...@@ -166,8 +166,9 @@ class HttpClientTest extends UnitTestCase {
return [ return [
"title" => "TestApi", "title" => "TestApi",
"api_path" => "api/test_api.json", "api_path" => "api/test_api.json",
"base_url" => "http://jsonplaceholder.typicode.com", "config" => [
"config" => [], "base_uri" => "http://jsonplaceholder.typicode.com",
],
'id' => "mock", 'id' => "mock",
'provider' => "mock", 'provider' => "mock",
'source' => __DIR__ . "/api/test_api.json", 'source' => __DIR__ . "/api/test_api.json",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment