Skip to content

Commit

Permalink
Erroneously changed docker compose path
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Jan 3, 2024
1 parent 995fa90 commit f3b0f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation/graylog.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Graylog:

def __init__(self):
self._server = GraylogServer('../../runtime')
self._server = GraylogServer('../runtime')
self._api = GraylogRestApi()

def _wait(self, condition, attempts, sleep_duration=1):
Expand Down

0 comments on commit f3b0f94

Please sign in to comment.