We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fec20 commit f6d3e6fCopy full SHA for f6d3e6f
tests/functional/test_logger_utils.py
@@ -44,7 +44,6 @@ def capture_multiple_logging_statements_output(stdout):
44
return [json.loads(line.strip()) for line in stdout.getvalue().split("\n") if line]
45
46
47
-@pytest.fixture
48
def service_name():
49
chars = string.ascii_letters + string.digits
50
return "".join(random.SystemRandom().choice(chars) for _ in range(15))
0 commit comments