Skip to content

Commit

Permalink
Fix filename in replace-urlopen code smell test
Browse files Browse the repository at this point in the history
  • Loading branch information
sivel committed May 29, 2018
1 parent 475cae2 commit 513ee91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sanity/code-smell/replace-urlopen.py
Expand Up @@ -10,7 +10,7 @@ def main():
'test/sanity/code-smell/%s' % os.path.basename(__file__),
'lib/ansible/module_utils/six/__init__.py',
'lib/ansible/module_utils/urls.py',
'test/units/module_utils/urls/test_open_url.py',
'test/units/module_utils/urls/test_Request.py',
'test/units/module_utils/urls/test_fetch_url.py',
])

Expand Down

0 comments on commit 513ee91

Please sign in to comment.