fix tests. new product advisories enhancements
This commit is contained in:
@@ -58,7 +58,7 @@ public class FeatureFlagModelsTests
|
||||
public void FeatureFlagEvaluationContext_CanBeCreatedWithAllValues()
|
||||
{
|
||||
// Arrange
|
||||
var attributes = new Dictionary<string, object?>
|
||||
var attributes = new Dictionary<string, object>
|
||||
{
|
||||
{ "role", "admin" },
|
||||
{ "subscription", "premium" }
|
||||
|
||||
Reference in New Issue
Block a user