Skip to content

Commit

Permalink
Update text fixture
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>
  • Loading branch information
keshav-space committed Dec 31, 2024
1 parent 8607465 commit 8543dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_ap_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def test_get_ap_profile_user(person, service):
"summary": "Hello World",
"following": "https://127.0.0.1:8000/api/v0/users/@ziad/following/",
"id": "https://127.0.0.1:8000/api/v0/users/@ziad",
"image": "https://127.0.0.1:8000/favicon-16x16.png",
"image": "https://gravatar.com/avatar/508c1110943b71e51d11661d07c6a1ac769598776344e7331c79d3ead610eacf",
"inbox": "https://127.0.0.1:8000/api/v0/users/@ziad/inbox",
"outbox": "https://127.0.0.1:8000/api/v0/users/@ziad/outbox",
"publicKey": {
Expand Down
2 changes: 1 addition & 1 deletion tests/test_vocabulary_toap.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_actors_to_ap(person, package, service):
"name": "ziad",
"summary": "Hello World",
"following": "https://127.0.0.1:8000/api/v0/users/@ziad/following/",
"image": "https://127.0.0.1:8000/favicon-16x16.png",
"image": "https://gravatar.com/avatar/508c1110943b71e51d11661d07c6a1ac769598776344e7331c79d3ead610eacf",
"inbox": "https://127.0.0.1:8000/api/v0/users/@ziad/inbox",
"outbox": "https://127.0.0.1:8000/api/v0/users/@ziad/outbox",
"publicKey": {
Expand Down

0 comments on commit 8543dcb

Please sign in to comment.