diff --git a/src/openklant/tests/test_migrate.py b/src/openklant/tests/test_migrate.py index 2a7f611b..fdc96387 100644 --- a/src/openklant/tests/test_migrate.py +++ b/src/openklant/tests/test_migrate.py @@ -19,6 +19,9 @@ from openklant.tests.vcr import VCRMixin +# TODO: add a fixture which loads a JWTSecret corresponding to the one used in setUp +# TODO: rerecord VCR cassettes +# TODO: use new SoortDigitaalAdres class MigrateTestCase(VCRMixin, LiveServerTestCase): host = "localhost" port = 8005