Skip to content

Commit

Permalink
Fix PyLint using-constant-test
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Jan 3, 2020
1 parent bea7f90 commit a79891c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/states/test_pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

if salt.utils.platform.is_windows():
_PKG_TARGETS = ['7zip', 'putty']
elif salt.utils.platform.is_freebsd:
elif salt.utils.platform.is_freebsd():
_VERSION_SPEC_SUPPORTED = False
elif pre_grains:
if any(arch in pre_grains.like() for arch in ('arch', 'archlinux')):
Expand Down

0 comments on commit a79891c

Please sign in to comment.