This commit is contained in:
@@ -6,7 +6,7 @@ using FluentAssertions;
|
||||
namespace raven_integration
|
||||
{
|
||||
|
||||
public class Auth
|
||||
public class auth
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
@@ -25,7 +25,7 @@ namespace raven_integration
|
||||
dynamic d = new JObject();
|
||||
d.login = "BOGUS";
|
||||
d.password = "ACCOUNT";
|
||||
ApiResponse a = await Util.PostAsync("Auth", null, d.ToString());
|
||||
ApiResponse a = await Util.PostAsync("auth", null, d.ToString());
|
||||
Util.ValidateErrorCodeResponse(a, 2003, 401);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user