Replace xUnitException (#142)
This commit is contained in:
Родитель
4ee52c8d61
Коммит
3096edef1a
|
@ -39,7 +39,7 @@ namespace SkillFunctionalTests.Configuration
|
|||
DirectLineSecret = _configuration[DirectLineSecretKey];
|
||||
if (string.IsNullOrWhiteSpace(DirectLineSecret))
|
||||
{
|
||||
throw new XunitException($"Configuration setting '{DirectLineSecret}' not found.");
|
||||
throw new ArgumentException($"Configuration setting '{DirectLineSecret}' not found.");
|
||||
}
|
||||
|
||||
BotId = _configuration[BotIdKey];
|
||||
|
|
Загрузка…
Ссылка в новой задаче