Skip to content

Commit 5ccb7f6

Browse files
committed
Fixed pytest. Posting a string and checking
the result as a string and not a number.
1 parent 7404160 commit 5ccb7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/tests/test_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ async def test_dataset_patch_metadata_definition(client: TestClient, headers: di
184184
result.body["responses"][0]["hits"]["hits"][0]["_source"]["metadata"][0][
185185
"latitude"
186186
]
187-
== 24.4
187+
== "24.4"
188188
)
189189

190190

0 commit comments

Comments
 (0)