We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10eaf22 commit f608a70Copy full SHA for f608a70
OptimizelySDK.Tests/EventTests/EventFactoryTest.cs
@@ -511,13 +511,13 @@ public void TestCreateImpressionEventRemovesInvalidAttributesFromPayloadRollout(
511
new Dictionary<string, object>
512
{
513
{"campaign_id", null },
514
- {"experiment_id", "" },
+ {"experiment_id", string.Empty },
515
{"variation_id", null },
516
{ "metadata", new Dictionary<string, object> {
517
{ "rule_type", "rollout" },
518
- { "rule_key", "" },
+ { "rule_key", string.Empty },
519
{ "flag_key", "test_feature" },
520
- { "variation_key", "" },
+ { "variation_key", string.Empty },
521
{ "enabled", false }
522
}
523
0 commit comments