Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Jul 31, 2024
1 parent 182b110 commit 94f9469
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
factory=".get.BookingInfo"
for="*"
permission="zope2.View"
name="@booking"
layer="design.plone.ioprenoto.interfaces.IDesignPloneIoprenotoLayer"
name="@booking"
/>

</configure>
</configure>
3 changes: 1 addition & 2 deletions src/design/plone/ioprenoto/tests/test_prenotazione_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ def setUp(self):
self.api_session.headers.update({"Accept": "application/json"})

def test_description_required_validation(self):
"""TODO: spiegare perchè description è obbligatorio
"""
"""TODO: spiegare perchè description è obbligatorio"""
self.api_session.auth = None
booking_date = "{}T09:00:00+00:00".format(
(date.today() + timedelta(1)).strftime("%Y-%m-%d")
Expand Down

0 comments on commit 94f9469

Please sign in to comment.