Skip to content

Commit 4f47a97

Browse files
fixup
1 parent 3ccfb05 commit 4f47a97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/pyathena/spark/test_spark_cursor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def test_failed(self, spark_cursor):
112112
with pytest.raises(OperationalError):
113113
spark_cursor.execute(
114114
textwrap.dedent(
115-
f"""
115+
"""
116116
foobar
117117
"""
118118
)
@@ -121,6 +121,6 @@ def test_failed(self, spark_cursor):
121121
assert spark_cursor.get_std_error() == textwrap.dedent(
122122
"""
123123
File "<stdin>", line 2, in <module>
124-
NameError: name 'foobar' is not defined
124+
NameError: name 'foobar' is not defined
125125
"""
126-
)
126+
).strip()

0 commit comments

Comments
 (0)