Skip to content

Commit

Permalink
fix doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Aug 23, 2024
1 parent 991d399 commit 2413b8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/functional/adapter/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ class TestDocsGenerateFirebolt(BaseDocsGenerate):
def unique_schema(request, prefix) -> str:
return 'public'

@fixture(autouse=True)
def clean_up(self, project):
# No schema support so we can't clean up schemas
yield

@fixture(scope='class')
def models(self):
return {
Expand Down

0 comments on commit 2413b8e

Please sign in to comment.