Skip to content

Commit 6475455

Browse files
committed
Fix tests for mercure cookie
1 parent 384c4a3 commit 6475455

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/Functional/TestBundle/Stub/HubStub.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ public function publish(Update $update): string
4848

4949
public function getUrl(): string
5050
{
51-
return 'https://internal/.well-known/mercure';
51+
return 'https://example.com/.well-known/mercure';
5252
}
5353

5454
public function getPublicUrl(): string
5555
{
56-
return 'https://internal/.well-known/mercure';
56+
return 'https://example.com/.well-known/mercure';
5757
}
5858

5959
public function getProvider(): TokenProviderInterface
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
mercure:
22
hubs:
33
default:
4-
url: 'https://internal/.well-known/mercure'
5-
public_url: 'https://internal/.well-known/mercure'
4+
url: 'https://example.com/.well-known/mercure'
5+
public_url: 'https://example.com/.well-known/mercure'
66
jwt:
77
secret: 'ab0a54cf2375ab2368d97166b94e108c'
88
publish: '*'

0 commit comments

Comments
 (0)