fix(e2e): stabilize local test execution, reset db credentials and add ignore filters
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m58s
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m58s
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user