48 "logs": "[OK] test_main_params\n[OK] test_links\n[OK] test_subject\n[OK] test_access_control_allow_origin\n",
Permanant linkHighlight50 "logs": "TEST USER: alice@gotosocial\n\n\n===============\nAll tests passed\nSummary:\n\nSuccessful tests:\n\n[OK] test_main_params\n\n[OK] test_links\n\n[OK] test_subject\n\n[OK] test_access_control_allow_origin\n\n",
Permanant linkHighlight82 "logs": "Feature: ActivityPub Object # features/object.feature:1\n ActivityPub Object as defined in https://www.w3.org/TR/activitypub/#obj-id\n Scenario: # features/object.feature:4\n Given A Fediverse server # features/steps/object.py:17\n When Receiving or querying an object # features/steps/object.py:33\n Assertion Failed: Request FAILURE. AP server response:\n \n STATUS: 401\n \n HEADERS:\n {'Cache-Control': 'no-store', 'Content-Encoding': 'gzip', 'Content-Security-Policy': \"default-src 'self'; object-src 'none'; img-src 'self' blob:; media-src 'self'\", 'Content-Type': 'application/json; charset=utf-8', 'Permissions-Policy': 'browsing-topics=()', 'Server': 'gotosocial', 'Vary': 'Accept-Encoding', 'X-Ratelimit-Limit': '3000000', 'X-Ratelimit-Remaining': '2999995', 'X-Ratelimit-Reset': '1696235071', 'X-Request-Id': 'xjp7hvwa04000m2b29yg', 'Date': 'Mon, 02 Oct 2023 08:19:37 GMT', 'Content-Length': '104'}\n \n RESPONSE PAYLOAD:\n {\"error\":\"Unauthorized: http request wasn't signed or http signature was invalid: (verifier)\"}\n Captured logging:\n INFO:ap:Query webfinger: http://gotosocial/.well-known/webfinger?resource=acct:alice@gotosocial\n INFO:ap:[SUCCESS] webfinger query response is HTTP 200\n INFO:ap:Actor URL http://gotosocial/users/alice\n INFO:ap:Getting object: http://gotosocial/users/alice\n\n Then the response must contain an 'id' and a 'type' parameter # None\n And The 'id' must resolve to the same object # None\n And context must be ActivityPub # None\n\n\n\n===============\nSummary:\n\n\n\nFailed tests:\n\n\nFailing scenarios:\n features/object.feature:4 \n\n0 features passed, 1 failed, 0 skipped\n0 scenarios passed, 1 failed, 0 skipped\n1 step passed, 1 failed, 3 skipped, 0 undefined\nTook 0m0.004s\n",
Permanant linkHighlight }
Please scroll left on line #82 to see full logs.