Missing half of last commit fefb0db8ae

This commit is contained in:
Simon Willison 2018-05-28 13:42:48 -07:00
commit 27c10f6482
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
2 changed files with 17 additions and 12 deletions

View file

@ -868,14 +868,6 @@ def test_unit_filters(app_client):
assert data['rows'][0][0] == 2
def test_plugins_dir_plugin(app_client):
response = app_client.get(
"/test_tables.json?sql=select+convert_units(100%2C+'m'%2C+'ft')",
gather_request=False
)
assert pytest.approx(328.0839) == response.json['rows'][0][0]
def test_metadata_json(app_client):
response = app_client.get(
"/-/metadata.json",