Skip to content

Commit f6d3e6f

Browse files
committed
revert: service_name fixture
1 parent 42fec20 commit f6d3e6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/functional/test_logger_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def capture_multiple_logging_statements_output(stdout):
4444
return [json.loads(line.strip()) for line in stdout.getvalue().split("\n") if line]
4545

4646

47-
@pytest.fixture
4847
def service_name():
4948
chars = string.ascii_letters + string.digits
5049
return "".join(random.SystemRandom().choice(chars) for _ in range(15))

0 commit comments

Comments
 (0)