Skip to content

Commit

Permalink
fix(flagsmith/tests): Fix ValueError in FlagsmithProvider tests (#186)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Elwell <matthew.elwell@flagsmith.com>
  • Loading branch information
matthewelwell committed Apr 23, 2024
1 parent 568da78 commit 2a80936
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class UnitTestFlagsmithProvider
private static FlagsmithConfiguration GetDefaultFlagsmithConfiguration() => new()
{
ApiUrl = "https://edge.api.flagsmith.com/api/v1/",
EnvironmentKey = string.Empty,
EnvironmentKey = "some-key",
EnableClientSideEvaluation = false,
EnvironmentRefreshIntervalSeconds = 60,
EnableAnalytics = false,
Expand Down

0 comments on commit 2a80936

Please sign in to comment.