]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/utils/test_json_writer.py
Merge pull request #3492 from lonvia/drop-waste-disposal
[nominatim.git] / test / python / utils / test_json_writer.py
index 08a091f49e1ce926894a59863d7a8a0058cb68b4..53e3f4d3073ca01bcc1ad0bdc89f90c4a8c92234 100644 (file)
@@ -2,7 +2,7 @@
 #
 # This file is part of Nominatim. (https://nominatim.org)
 #
-# Copyright (C) 2023 by the Nominatim developer community.
+# Copyright (C) 2024 by the Nominatim developer community.
 # For a full list of authors see the git log.
 """
 Tests for the streaming JSON writer.
@@ -11,7 +11,7 @@ import json
 
 import pytest
 
-from nominatim.utils.json_writer import JsonWriter
+from nominatim_api.utils.json_writer import JsonWriter
 
 @pytest.mark.parametrize("inval,outstr", [(None, 'null'),
                                           (True, 'true'), (False, 'false'),