Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed May 31, 2024
1 parent cf92726 commit 0658d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_datatables.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async def test_plugin_is_installed():
response = await client.get("http://localhost/-/plugins.json")
assert 200 == response.status_code
installed_plugins = {p["name"] for p in response.json()}
assert "datasette-datatables" in installed_plugins
assert "datasette-datatable" in installed_plugins


@pytest.mark.asyncio
Expand Down

0 comments on commit 0658d29

Please sign in to comment.