Skip to content

Commit 613914a

Browse files
committed
fixup! Add OpenKlantConfig configuration step
1 parent 8546b10 commit 613914a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/open_inwoner/configurations/tests/bootstrap/test_setup_openklant_config.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@ def test_configure_with_bad_api_type_for_contactmomenten_service(self):
118118
self.assertEqual(
119119
str(exc.exception),
120120
(
121-
"Found contactmomenten service with identifier `klanten-service`, but"
122-
" expected `api_type` to equal `cmc` and got `kc`"
121+
"Found contactmomenten service with identifier "
122+
"`contactmomenten-service`, but expected `api_type` to equal `cmc`"
123+
" and got `kc`"
123124
),
124125
)
125126

0 commit comments

Comments
 (0)