We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cb9f5 commit 6a4b4abCopy full SHA for 6a4b4ab
opentelemetry-sdk/tests/_configuration/file/test_loader.py
@@ -232,9 +232,7 @@ def test_schema_validation_invalid_enum(self):
232
with tempfile.NamedTemporaryFile(
233
suffix=".yaml", delete=False, mode="w"
234
) as temp_file:
235
- temp_file.write(
236
- 'file_format: "1.0"\nlog_level: INVALID_LEVEL'
237
- )
+ temp_file.write('file_format: "1.0"\nlog_level: INVALID_LEVEL')
238
temp_path = temp_file.name
239
240
try:
0 commit comments