Skip to content

Commit

Permalink
fix(tests): change pattern for slf4j-log4j lib
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenSorriaux committed Oct 8, 2019
1 parent d8ab5ef commit 64e1d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kazoo/testing/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def classpath(self):
"slf4j-api-*.jar")))
jars.extend(glob(os.path.join(
self.install_path,
"slf4j-log4j-*.jar")))
"slf4j-log4j*.jar")))
else:
# Development build (plain `ant`)
jars = glob((os.path.join(
Expand Down

0 comments on commit 64e1d25

Please sign in to comment.