Skip to content

Commit 1efd99b

Browse files
committed
Update fixture api key
1 parent fe0a558 commit 1efd99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flagsmith.Client.Test/Fixtures.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace Flagsmith.FlagsmithClientTest
88
{
99
internal class Fixtures
1010
{
11-
public static string ApiKey => "test_key";
11+
public static string ApiKey => "ser.test_key";
1212
public static string ApiUrl => "http://test_url/";
1313
public static AnalyticsProcessorTest GetAnalyticalProcessorTest() => new(new HttpClient(), ApiKey, ApiUrl);
1414
public static JObject JsonObject = JObject.Parse(@"{

0 commit comments

Comments
 (0)