Skip to content

Commit 09b3e03

Browse files
committed
Fixed typo
1 parent 8255153 commit 09b3e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/graylog_rest_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def events_search_is_available(self):
120120
def get_events(self):
121121
response = self._search_events()
122122
body = response.json()
123-
return return body
123+
return body
124124

125125
def get_events_count(self):
126126
body = self.get_events()

0 commit comments

Comments
 (0)