refactor: consolidate backend into modular monolith

This commit is contained in:
2026-07-30 15:37:31 +08:00
parent 30fd159041
commit 7a73dcbd12
55 changed files with 20409 additions and 1728 deletions

View File

@@ -196,7 +196,7 @@ public sealed class TenantCommerceEndpointTests
}
[Fact]
public async Task Worker_processes_content_export_and_statistics_aggregation()
public async Task Background_service_processes_content_export_and_statistics_aggregation()
{
await using var factory = new ApiTestFactory(paymentProviderGateway: new FakePaymentGateway());
var tenantId = Guid.NewGuid();