awaiting-disposition-header-attachment-id
This commit is contained in:
@ -50,6 +50,7 @@ public class UnitTestClientSettingsController
|
||||
_Logger?.LogInformation("{TestName} completed", _TestContext?.TestName);
|
||||
}
|
||||
|
||||
#pragma warning disable CS1998
|
||||
[TestMethod]
|
||||
public async Task GetClientSettingsApi()
|
||||
{
|
||||
@ -68,6 +69,7 @@ public class UnitTestClientSettingsController
|
||||
#endif
|
||||
_Logger?.LogInformation("{TestName} completed", _TestContext?.TestName);
|
||||
}
|
||||
#pragma warning restore CS1998
|
||||
|
||||
[TestMethod]
|
||||
public void GetIpAddress()
|
||||
|
Reference in New Issue
Block a user