Skip to content
Snippets Groups Projects
Commit 171b422b authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[databases][tests] Fix cleanup after successfull creation test

parent caf1ac8e
No related branches found
No related tags found
1 merge request!327Refactor update creation api
......@@ -131,6 +131,7 @@ class DatabaseCreationAPI(DatabaseAPIBase):
databases = Database.objects.all()
self.assertEqual(databases.count(), 1)
databases.delete()
dataformat.delete()
class DatabaseRetrievalAPI(DatabaseAPIBase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment