fix(e2e): stabilize local test execution, reset db credentials and add ignore filters
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m58s

This commit is contained in:
2026-07-05 12:27:52 +09:00
parent f820b33fc5
commit 200a1213a2
5 changed files with 160 additions and 4 deletions
@@ -58,6 +58,7 @@ public class TelegramInquiryNotificationService : IInquiryNotificationService
.ToString();
var client = _httpClientFactory.CreateClient();
client.Timeout = TimeSpan.FromSeconds(5);
var url = $"https://api.telegram.org/bot{botToken}/sendMessage";
var payload = new
{
@@ -112,6 +113,7 @@ public class TelegramInquiryNotificationService : IInquiryNotificationService
.ToString();
var client = _httpClientFactory.CreateClient();
client.Timeout = TimeSpan.FromSeconds(5);
var url = $"https://api.telegram.org/bot{botToken}/sendMessage";
var payload = new
{