Skip to content

Commit a784e41

Browse files
Update environments.test.js
1 parent 050a552 commit a784e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/lib/plugins/environments.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ describe('nopifyRequest', () => {
10931093
const result = await plugin.nopifyRequest(url, options, description);
10941094

10951095
expect(result).toEqual([
1096-
new NopCommand('Environments', { owner: org, repo }, {url, body: options}, description)
1096+
new NopCommand('Environments', { owner: org, repo }, url, description)
10971097
]);
10981098
});
10991099
});

0 commit comments

Comments
 (0)