Skip to content

Commit 761d36c

Browse files
committed
small oversight in r async test
1 parent 7e93417 commit 761d36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/async/env_vars/test_r.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ async def test_env_vars_overwrite(template):
4747
assert result.results[0].text is not None
4848
assert result.results[0].text.strip() == '[1] "overwrite"'
4949
assert result_global_default.results[0].text is not None
50-
assert result_global_default.results[0].text.strip() == "supertest"
50+
assert result_global_default.results[0].text.strip() == '[1] "supertest"'
5151
finally:
5252
await sandbox.kill()

0 commit comments

Comments
 (0)