8 lines
203 B
Python
8 lines
203 B
Python
# SPDX-License-Identifier: Apache-2.0
|
|
# TEST_METADATA: {
|
|
# "expected_status": 500,
|
|
# "expected_contains": ["Error executing script", "division by zero"],
|
|
# "allowed_imports": []
|
|
# }
|
|
result = 1 / 0
|