Skip to content

Commit

Permalink
Remove unused prop from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Oct 25, 2017
1 parent f023066 commit 8b57c46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api-explorer-ui/__tests__/SecurityInput.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ describe('oauth2', () => {
describe('apiKey', () => {
const props = {
scheme: { type: 'apiKey', name: 'api_key', _key: 'api_key' },
focus: true,
onChange: () => {},
};

Expand Down

0 comments on commit 8b57c46

Please sign in to comment.