Skip to content

Commit ba225f9

Browse files
committed
test fixed
1 parent 3bd0bb0 commit ba225f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OptimizelySDK.Tests/EventTests/EventFactoryTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ public void TestCreateImpressionEventRemovesInvalidAttributesFromPayloadRollout(
511511
new Dictionary<string, object>
512512
{
513513
{"campaign_id", null },
514-
{"experiment_id", null },
514+
{"experiment_id", "" },
515515
{"variation_id", null },
516516
{ "metadata", new Dictionary<string, object> {
517517
{ "rule_type", "rollout" },

0 commit comments

Comments
 (0)