4648
This commit is contained in:
@@ -11,8 +11,8 @@ namespace raven_integration
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public async Task ServerStateShouldReturnOk()
|
||||
{
|
||||
ApiResponse a = await Util.GetAsync("server-state");
|
||||
{
|
||||
ApiResponse a = await Util.GetAsync("server-state", await Util.GetTokenAsync("BizAdmin"));
|
||||
Util.ValidateDataReturnResponseOk(a);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user