Skip to content

Commit 231c0f7

Browse files
committed
chore: added missing clean up
For #225
1 parent 6a02bd1 commit 231c0f7

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

tests/models/test_ngsi_v2_context.py

+8-6
Original file line numberDiff line numberDiff line change
@@ -626,9 +626,11 @@ def tearDown(self) -> None:
626626
"""
627627
Cleanup test server
628628
"""
629-
pass
630-
# clear_all(fiware_header=FiwareHeader(
631-
# service=settings.FIWARE_SERVICE,
632-
# service_path=settings.FIWARE_SERVICEPATH),
633-
# cb_url=settings.CB_URL,
634-
# iota_url=settings.IOTA_JSON_URL)
629+
clear_all(
630+
fiware_header=FiwareHeader(
631+
service=settings.FIWARE_SERVICE,
632+
service_path=settings.FIWARE_SERVICEPATH,
633+
),
634+
cb_url=settings.CB_URL,
635+
iota_url=settings.IOTA_JSON_URL,
636+
)

0 commit comments

Comments
 (0)