Skip to content

Commit

Permalink
fix fixture()
Browse files Browse the repository at this point in the history
  • Loading branch information
hvlads committed Jan 6, 2024
1 parent 11c5cc6 commit 312ebca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/blog/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ def file():
return open(file_path, "rb")


@pytest.fixture
@pytest.fixture()
def ckeditor5_field():
return CKEditor5Field()


@pytest.fixture
@pytest.fixture()
def upload_file_form():
return UploadFileForm()

0 comments on commit 312ebca

Please sign in to comment.