4648
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
using Xunit;
|
||||
using FluentAssertions;
|
||||
|
||||
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("log-file/log-ayanova.txt", await Util.GetTokenAsync("TEST_PRIVACY_USER_ACCOUNT"));
|
||||
// Util.ValidateHTTPStatusCode(t, 200);
|
||||
// t.TextResponse.Should().NotContain("TEST_PRIVACY_USER_ACCOUNT");
|
||||
|
||||
// }
|
||||
|
||||
// //==================================================
|
||||
|
||||
}//eoc
|
||||
}//eons
|
||||
using Xunit;
|
||||
using FluentAssertions;
|
||||
|
||||
namespace raven_integration
|
||||
{
|
||||
|
||||
public class Privacy
|
||||
{
|
||||
|
||||
//DEPRECATED, NOT USEFUL
|
||||
|
||||
// /// <summary>
|
||||
// ///
|
||||
// /// </summary>
|
||||
// [Fact]
|
||||
// public async Task LogShouldNotContainPrivateData()
|
||||
// {
|
||||
// ApiResponse a = await Util.GetAsync("AyaType", await Util.GetTokenAsync("TEST_PRIVACY_USER_ACCOUNT"));
|
||||
// ApiTextResponse t = await Util.GetTextResultAsync("log-file/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