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 fe0a558 commit 1efd99bCopy full SHA for 1efd99b
Flagsmith.Client.Test/Fixtures.cs
@@ -8,7 +8,7 @@ namespace Flagsmith.FlagsmithClientTest
8
{
9
internal class Fixtures
10
11
- public static string ApiKey => "test_key";
+ public static string ApiKey => "ser.test_key";
12
public static string ApiUrl => "http://test_url/";
13
public static AnalyticsProcessorTest GetAnalyticalProcessorTest() => new(new HttpClient(), ApiKey, ApiUrl);
14
public static JObject JsonObject = JObject.Parse(@"{
0 commit comments