Skip to content

Commit

Permalink
Removing artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
romgar committed Sep 27, 2015
1 parent e8ed43b commit 6d627f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Expand Up @@ -37,7 +37,7 @@ def matched_queries(self):
if self.regex is not None:
pattern = re.compile(self.regex)
regex_compliant_queries = [query for query in matched_queries if pattern.match(query.get('sql'))]
gits

return regex_compliant_queries


Expand Down

0 comments on commit 6d627f6

Please sign in to comment.