(fix) dynamo db test - new model_spend params

This commit is contained in:
ishaan-jaff 2024-02-17 16:00:08 -08:00
parent 35af2d666b
commit 44202aa25b

View file

@ -287,6 +287,8 @@ class DynamoDBWrapper(CustomDB):
or k == "config"
or k == "metadata"
or k == "permissions"
or k == "model_spend"
or k == "model_max_budget"
)
and v is not None
and isinstance(v, str)