mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-06 04:01:05 +09:00
Fix #36859 Replace live third-party API calls in migration tests with a fixture-based HTTP mock server. Fixtures are committed so tests run offline by default; live recording is gated per service on an API-token env var. Co-authored-by: Claude (Opus 4.7) <noreply@anthropic.com>
13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
Content-Type: application/xml; charset=utf-8
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<users type="array">
|
|
<user>
|
|
<email-address>gitea-codebase@smack.email</email-address>
|
|
<id type="integer">43</id>
|
|
<last-name>Test</last-name>
|
|
<first-name>Gitea</first-name>
|
|
<username>gitea-test-43</username>
|
|
</user>
|
|
</users>
|