mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Do not check for plugin type in tests
This commit is contained in:
@@ -15,7 +15,6 @@ plugins = get_all_plugins()
|
||||
def test_metadata(plugin):
|
||||
assert hasattr(plugin, 'name')
|
||||
assert hasattr(plugin, 'version')
|
||||
assert hasattr(plugin, 'type')
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
|
||||
Reference in New Issue
Block a user