Skip to content

Commit

Permalink
Remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
simitt committed Feb 20, 2020
1 parent 059ee74 commit ce23410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/apmserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_testdata_path(self, *names):
return self._beat_path_join('testdata', *names)

def get_payload(self, name):
with open(self.get_payload_path(name), "r") as f:
with open(self.get_payload_path(name)) as f:
return f.read()

def get_error_payload_path(self):
Expand Down

0 comments on commit ce23410

Please sign in to comment.