mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-25 16:08:46 +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>
23 lines
755 B
Plaintext
23 lines
755 B
Plaintext
Content-Type: application/xml; charset=utf-8
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<merge-request>
|
|
<id type="integer">100</id>
|
|
<source-ref>readme-mr</source-ref>
|
|
<target-ref>master</target-ref>
|
|
<subject>Readme Change</subject>
|
|
<status>new</status>
|
|
<user-id type="integer">43</user-id>
|
|
<created-at type="datetime">2021-09-26T20:25:47+00:00</created-at>
|
|
<updated-at type="datetime">2021-09-26T20:25:47+00:00</updated-at>
|
|
<comments type="array">
|
|
<comment>
|
|
<content>Merge Request comment</content>
|
|
<id type="integer">300</id>
|
|
<user-id type="integer">43</user-id>
|
|
<action nil="true"></action>
|
|
<created-at type="datetime">2021-09-26T20:25:47+00:00</created-at>
|
|
</comment>
|
|
</comments>
|
|
</merge-request>
|