From a784e418eb378c6560adb2265d7f9aefe1730f74 Mon Sep 17 00:00:00 2001 From: Cameron Goode Date: Tue, 14 Jan 2025 15:15:57 -0600 Subject: [PATCH] Update environments.test.js --- test/unit/lib/plugins/environments.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/lib/plugins/environments.test.js b/test/unit/lib/plugins/environments.test.js index 728f196c..8b5467de 100644 --- a/test/unit/lib/plugins/environments.test.js +++ b/test/unit/lib/plugins/environments.test.js @@ -1093,7 +1093,7 @@ describe('nopifyRequest', () => { const result = await plugin.nopifyRequest(url, options, description); expect(result).toEqual([ - new NopCommand('Environments', { owner: org, repo }, {url, body: options}, description) + new NopCommand('Environments', { owner: org, repo }, url, description) ]); }); });