(fix) dynamo db test - new model_spend params

This commit is contained in:
ishaan-jaff 2024-02-17 16:00:08 -08:00
parent 28f20dd687
commit db4fa90edb

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)