Skip to content

Commit

Permalink
BE-1120 - fixing broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndifreke committed Jul 28, 2021
1 parent fe338f8 commit 814d6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livestyled/schemas/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Meta:
id = fields.Int()
price = fields.Integer()
stocks = RelatedResourceField(schema='livestyled.schemas.product.ProductVariantStockSchema', many=True,
microservice_aware=True)
microservice_aware=True, missing=None)
product = RelatedResourceLinkField(schema='livestyled.schemas.product.ProductSchema', microservice_aware=True)
external_id = fields.String(missing=None, data_key='externalId')
translations = fields.Nested(ProductVariantTranslationSchema, many=True, missing=None)
Expand Down

0 comments on commit 814d6d0

Please sign in to comment.