This commit is contained in:
@@ -7,22 +7,22 @@ namespace raven_integration
|
||||
public class Privacy
|
||||
{
|
||||
|
||||
//DEPRECATED, NOT USEFUL
|
||||
|
||||
// /// <summary>
|
||||
// ///
|
||||
// /// </summary>
|
||||
// [Fact]
|
||||
// public async void LogShouldNotContainPrivateData()
|
||||
// {
|
||||
// ApiResponse a = await Util.GetAsync("AyaType", await Util.GetTokenAsync("TEST_PRIVACY_USER_ACCOUNT"));
|
||||
// ApiTextResponse t = await Util.GetTextResultAsync("LogFiles/log-ayanova.txt", await Util.GetTokenAsync("TEST_PRIVACY_USER_ACCOUNT"));
|
||||
// Util.ValidateHTTPStatusCode(t, 200);
|
||||
// t.TextResponse.Should().NotContain("TEST_PRIVACY_USER_ACCOUNT");
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public async void LogShouldNotContainPrivateData()
|
||||
{
|
||||
ApiResponse a = await Util.GetAsync("AyaType", await Util.GetTokenAsync("TEST_PRIVACY_USER_ACCOUNT"));
|
||||
ApiTextResponse t = await Util.GetTextResultAsync("LogFiles/log-ayanova.txt", await Util.GetTokenAsync("TEST_PRIVACY_USER_ACCOUNT"));
|
||||
Util.ValidateHTTPStatusCode(t, 200);
|
||||
t.TextResponse.Should().NotContain("TEST_PRIVACY_USER_ACCOUNT");
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
//==================================================
|
||||
// //==================================================
|
||||
|
||||
}//eoc
|
||||
}//eons
|
||||
|
||||
Reference in New Issue
Block a user