Files
mic-check/tests/api/MicCheck.Api.Tests.Integration/HttpFiles/Flags.http
James Wampler 4621e8380b Add MicCheck.Api.Tests.Integration project
NUnit integration tests that target a running API by URL and seed/clean
data directly in Postgres. Settings (BaseUrl, DbConnectionString) come
from .runsettings or environment variables so tests can be pointed at
any environment. HTTP requests live in HttpFiles/*.http; assertion
failures include a fresh DB snapshot of the relevant rows. First test
covers the flag-enabled path.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-03 19:12:47 -07:00

5 lines
105 B
HTTP

### GetFlags
GET {{baseUrl}}/api/v1/flags
X-Environment-Key: {{environmentKey}}
Accept: application/json