Skip to content

Commit 8543dcb

Browse files
committed
Update text fixture
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 8607465 commit 8543dcb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_ap_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_get_ap_profile_user(person, service):
124124
"summary": "Hello World",
125125
"following": "https://127.0.0.1:8000/api/v0/users/@ziad/following/",
126126
"id": "https://127.0.0.1:8000/api/v0/users/@ziad",
127-
"image": "https://127.0.0.1:8000/favicon-16x16.png",
127+
"image": "https://gravatar.com/avatar/508c1110943b71e51d11661d07c6a1ac769598776344e7331c79d3ead610eacf",
128128
"inbox": "https://127.0.0.1:8000/api/v0/users/@ziad/inbox",
129129
"outbox": "https://127.0.0.1:8000/api/v0/users/@ziad/outbox",
130130
"publicKey": {

tests/test_vocabulary_toap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def test_actors_to_ap(person, package, service):
5050
"name": "ziad",
5151
"summary": "Hello World",
5252
"following": "https://127.0.0.1:8000/api/v0/users/@ziad/following/",
53-
"image": "https://127.0.0.1:8000/favicon-16x16.png",
53+
"image": "https://gravatar.com/avatar/508c1110943b71e51d11661d07c6a1ac769598776344e7331c79d3ead610eacf",
5454
"inbox": "https://127.0.0.1:8000/api/v0/users/@ziad/inbox",
5555
"outbox": "https://127.0.0.1:8000/api/v0/users/@ziad/outbox",
5656
"publicKey": {

0 commit comments

Comments
 (0)