Skip to content

Commit 5050f14

Browse files
committed
fix broken test that we did not know was broken
1 parent def9d24 commit 5050f14

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/test_functional.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ def test_org_crud():
5858
r.patch(name="Cocina")
5959
logger.debug("Adding worker")
6060
r.get_workers()
61-
r.create_worker(email=TEST_WORKER)
61+
r.create_worker(email=TEST_WORKER,
62+
min_hours_per_workweek=30,
63+
max_hours_per_week=40)
6264

6365
logger.debug("Deleting worker")
6466
r.delete()

0 commit comments

Comments
 (0)