Skip to content

Commit

Permalink
PLAT-787: try string
Browse files Browse the repository at this point in the history
  • Loading branch information
joe lynch committed Sep 24, 2021
1 parent 6ac7bf7 commit 2bc3b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/tests/tutorials/ibor/test_properties.py
Expand Up @@ -108,7 +108,7 @@ def test_create_portfolio_with_metric_property(self):
metric_property_definition_result = self.property_definitions_api.create_property_definition(metric_property_definition)

# create the property values
metric_property_value_request = models.PropertyValue(metric_value=models.MetricValue(value=289884350.173235074209))
metric_property_value_request = models.PropertyValue(metric_value=models.MetricValue(value="289884350.173235074209"))
# metric_property_value_request = models.PropertyValue(label_value="Active")

# Details of the new portfolio to be created, created here with the minimum set of mandatory fields
Expand Down

0 comments on commit 2bc3b60

Please sign in to comment.