Skip to content

Commit 3eabdda

Browse files
authored
Fix AI field test (baserow#4388)
1 parent ca5dbf4 commit 3eabdda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

premium/backend/tests/baserow_premium_tests/fields/test_ai_field_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ def test_update_ai_field_type_via_api_file_field_doesnt_exist(
700700
{
701701
"ai_generative_ai_type": "test_generative_ai_with_files",
702702
"ai_generative_ai_model": "test_1",
703-
"ai_file_field_id": 999,
703+
"ai_file_field_id": 999999999,
704704
},
705705
format="json",
706706
HTTP_AUTHORIZATION=f"JWT {token}",

0 commit comments

Comments
 (0)