File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Bridge/Symfony/Bundle/Test
tests/Bridge/Symfony/Bundle/Test Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ final class Client implements HttpClientInterface
44
44
'headers ' => ['accept ' => ['application/ld+json ' ]],
45
45
'body ' => '' ,
46
46
'json ' => null ,
47
- 'base_uri ' => 'http://example.com ' ,
47
+ 'base_uri ' => 'http://localhost ' ,
48
48
'extra ' => [],
49
49
];
50
50
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public function testAssertJsonEquals(): void
71
71
self ::createClient ()->request ('GET ' , '/contexts/Address ' );
72
72
$ this ->assertJsonEquals ([
73
73
'@context ' => [
74
- '@vocab ' => 'http://example.com /docs.jsonld# ' ,
74
+ '@vocab ' => 'http://localhost /docs.jsonld# ' ,
75
75
'hydra ' => 'http://www.w3.org/ns/hydra/core# ' ,
76
76
'name ' => 'Address/name ' ,
77
77
],
@@ -84,7 +84,7 @@ public function testAssertJsonEqualsWithJsonObjectString(): void
84
84
$ this ->assertJsonEquals (<<<JSON
85
85
{
86
86
"@context": {
87
- "@vocab": "http://example.com /docs.jsonld#",
87
+ "@vocab": "http://localhost /docs.jsonld#",
88
88
"hydra": "http://www.w3.org/ns/hydra/core#",
89
89
"name": "Address/name"
90
90
}
You can’t perform that action at this time.
0 commit comments