Skip to content

Commit

Permalink
fix: include updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
randomcascade committed Sep 24, 2024
1 parent d00fac6 commit 57b9777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/lib/plugins/environments.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ describe('nopifyRequest', () => {
const result = await plugin.nopifyRequest(url, options, description);

expect(result).toEqual([
new NopCommand('Environments', { owner: org, repo }, url, description)
new NopCommand('Environments', { owner: org, repo }, {url, body: options}, description)
]);
});
});

0 comments on commit 57b9777

Please sign in to comment.