version-0.1 (#1)
Squash and merge of version-0.1 Co-authored-by: James Wampler <james@wamp.dev> Co-committed-by: James Wampler <james@wamp.dev>
This commit was merged in pull request #1.
This commit is contained in:
2
tests/api/MicCheck.Api.Tests.Unit/Features/FlagsApiIntegrationTests.cs
Normal file → Executable file
2
tests/api/MicCheck.Api.Tests.Unit/Features/FlagsApiIntegrationTests.cs
Normal file → Executable file
@@ -115,7 +115,7 @@ public class FlagsApiIntegrationTests
|
||||
var client = _factory.CreateClient();
|
||||
client.DefaultRequestHeaders.Add("X-Environment-Key", _envApiKey);
|
||||
|
||||
var response = await client.PostAsJsonAsync("/api/v1/identities/", new
|
||||
var response = await client.PostAsJsonAsync("/api/v1/identity/", new
|
||||
{
|
||||
identifier = "user-123",
|
||||
traits = new[] { new { trait_key = "plan", trait_value = "premium" } }
|
||||
|
||||
Reference in New Issue
Block a user