mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
((fixed) bad) Test for HttpDeleteWithBody
This commit is contained in:
@ -51,7 +51,7 @@ class Auth0PermissionsHelperTest
|
|||||||
// is expected.
|
// is expected.
|
||||||
}
|
}
|
||||||
|
|
||||||
Auth0PermissionsHelper.HttpDeleteWithBody httpDeleteWithBody = new Auth0PermissionsHelper.HttpDeleteWithBody(null);
|
Auth0PermissionsHelper.HttpDeleteWithBody httpDeleteWithBody = new Auth0PermissionsHelper.HttpDeleteWithBody("http://localhost");
|
||||||
assertEquals("DELETE", httpDeleteWithBody.getMethod());
|
assertEquals("DELETE", httpDeleteWithBody.getMethod());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user