issue_comments: 674453318
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/simonw/datasette/pull/936#issuecomment-674453318 | https://api.github.com/repos/simonw/datasette/issues/936 | 674453318 | MDEyOklzc3VlQ29tbWVudDY3NDQ1MzMxOA== | 9599 | 2020-08-15T22:29:15Z | 2020-08-15T22:32:58Z | OWNER | Test failure: ``` tests/test_canned_queries.py F >>> captured stdout >>> __enter__ >>> traceback >>> canned_write_client = <datasette.utils.testing.TestClient object at 0x108ec5040> def test_insert(canned_write_client): response = canned_write_client.post( "/data/add_name", {"name": "Hello"}, allow_redirects=False, csrftoken_from=True, cookies={"foo": "bar"}, ) assert 302 == response.status > assert "/data/add_name?success" == response.headers["Location"] E AssertionError: assert '/data/add_name?success' == '/data/add_name' E - /data/add_name E + /data/add_name?success E ? ++++++++ /Users/simon/Dropbox/Development/datasette/tests/test_canned_queries.py:66: AssertionError ``` No idea why this change would affect that test. | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | 679650632 |