man-group / notebooker

Productionise & schedule your Jupyter Notebooks as easily as you wrote them.
GNU Affero General Public License v3.0
852 stars 79 forks source link

Fix broken unit test #39

Closed jonbannister closed 3 years ago

jonbannister commented 3 years ago

No broken functionality. An upstream dependency has changed the way it uses uuid.uuid4().hex - this meant that the patching which this test does now needs to be the correct type (uuid.UUID) rather than a str.