Skip to content

Commit

Permalink
Update environments.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
randomcascade authored Jan 14, 2025
1 parent 050a552 commit a784e41
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 @@ -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)
]);
});
});

0 comments on commit a784e41

Please sign in to comment.