From 700802f3294d851b458bcc67bedb2d93c906b203 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 8 Feb 2023 15:08:10 -0600 Subject: [PATCH] ((fixed) bad) Test for HttpDeleteWithBody --- .../implementations/Auth0PermissionsHelperTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qqq-backend-core/src/test/java/com/kingsrook/qqq/backend/core/modules/authentication/implementations/Auth0PermissionsHelperTest.java b/qqq-backend-core/src/test/java/com/kingsrook/qqq/backend/core/modules/authentication/implementations/Auth0PermissionsHelperTest.java index b89f4bbe..e5db52f3 100644 --- a/qqq-backend-core/src/test/java/com/kingsrook/qqq/backend/core/modules/authentication/implementations/Auth0PermissionsHelperTest.java +++ b/qqq-backend-core/src/test/java/com/kingsrook/qqq/backend/core/modules/authentication/implementations/Auth0PermissionsHelperTest.java @@ -51,7 +51,7 @@ class Auth0PermissionsHelperTest // is expected. } - Auth0PermissionsHelper.HttpDeleteWithBody httpDeleteWithBody = new Auth0PermissionsHelper.HttpDeleteWithBody(null); + Auth0PermissionsHelper.HttpDeleteWithBody httpDeleteWithBody = new Auth0PermissionsHelper.HttpDeleteWithBody("http://localhost"); assertEquals("DELETE", httpDeleteWithBody.getMethod()); }