Files
gitea/services/migrations/_mock_data/TestCodebaseDownloadRepo/GET_%2Fgitea-test%2Ftest
silverwind 7947851e57 Remove external service dependencies in migration tests (#36866)
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>
2026-04-23 15:18:53 +00:00

11 lines
309 B
Plaintext

Content-Type: application/xml; charset=utf-8
<?xml version="1.0" encoding="UTF-8"?>
<repository>
<name>test</name>
<description>Repository Description</description>
<permalink>test</permalink>
<clone-url>git@codebasehq.com:gitea-test/gitea-test/test.git</clone-url>
<source></source>
</repository>