mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
(bad) Test for HttpDeleteWithBody
This commit is contained in:
@ -489,7 +489,7 @@ public class Auth0PermissionsHelper
|
|||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
**
|
**
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
class HttpDeleteWithBody extends HttpEntityEnclosingRequestBase
|
static class HttpDeleteWithBody extends HttpEntityEnclosingRequestBase
|
||||||
{
|
{
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
|
@ -23,6 +23,7 @@ package com.kingsrook.qqq.backend.core.modules.authentication.implementations;
|
|||||||
|
|
||||||
|
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
@ -49,6 +50,9 @@ class Auth0PermissionsHelperTest
|
|||||||
{
|
{
|
||||||
// is expected.
|
// is expected.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Auth0PermissionsHelper.HttpDeleteWithBody httpDeleteWithBody = new Auth0PermissionsHelper.HttpDeleteWithBody(null);
|
||||||
|
assertEquals("DELETE", httpDeleteWithBody.getMethod());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user