We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39f051 commit b1499d0Copy full SHA for b1499d0
test/test_schedule.py
@@ -189,7 +189,7 @@ def test_get_customized_monthly_by_id(self) -> None:
189
self.assertEqual(schedule_id, schedule.id)
190
self.assertEqual("Monthly customized", schedule.name)
191
self.assertEqual("Active", schedule.state)
192
- self.assertEqual(("Customized Monthly"), schedule.interval_item.interval)
+ self.assertEqual(("Customized Monthly",), schedule.interval_item.interval)
193
194
def test_delete(self) -> None:
195
with requests_mock.mock() as m:
0 commit comments