Skip to content

Commit

Permalink
linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
karpikpl committed Apr 1, 2024
1 parent e5dc018 commit 380891b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/main.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const getOctokitMock = jest
const mockInput = ({
file_filter = '*.py',
pull_number = 123,
repo_token = '1234567890abcdef',
repo_token = 'abcdef',
repo_owner = 'repoBoss',
repo_name = 'myRepo'
}) => {
Expand Down

0 comments on commit 380891b

Please sign in to comment.