Fix image-related client unit test

This commit is contained in:
sabaimran 2024-04-17 13:28:48 +05:30
parent 3132430737
commit 6de4a4873a

View file

@ -273,7 +273,7 @@ def test_get_api_config_types(client, sample_org_data, default_user: KhojUser):
# Assert
assert response.status_code == 200
assert response.json() == ["all", "org", "image", "plaintext"]
assert response.json() == ["all", "org", "plaintext"]
# ----------------------------------------------------------------------------------------------------