Skip to content

Commit 57b9777

Browse files
committed
fix: include updated test
1 parent d00fac6 commit 57b9777

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
@@ -1098,7 +1098,7 @@ describe('nopifyRequest', () => {
10981098
const result = await plugin.nopifyRequest(url, options, description);
10991099

11001100
expect(result).toEqual([
1101-
new NopCommand('Environments', { owner: org, repo }, url, description)
1101+
new NopCommand('Environments', { owner: org, repo }, {url, body: options}, description)
11021102
]);
11031103
});
11041104
});

0 commit comments

Comments
 (0)