Skip to content

Commit a92e3c4

Browse files
committed
fix: metadata_topic_building_count fixture to match new topic name
1 parent 6024341 commit a92e3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrationtests/api/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def response_template():
2727
def metadata_topic_building_count():
2828
return {
2929
"building-count": {
30-
"name": "Building Count",
30+
"name": "Buildings (count)",
3131
"description": "All buildings as defined by all objects tagged with 'building=*'.", # noqa
3232
"endpoint": "elements",
3333
"aggregationType": "count",

0 commit comments

Comments
 (0)