We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a892aef commit 6c35ba0Copy full SHA for 6c35ba0
1 file changed
tests/core/engine_adapter/integration/conftest.py
@@ -110,7 +110,7 @@ def _create(
110
ctx.init()
111
except:
112
# pytest-retry doesnt work if there are errors in fixture setup (ref: https://github.com/str0zzapreti/pytest-retry/issues/33 )
113
- # we can do is log the exception and return a partially-initialized context to the test, which should
+ # what we can do is log the exception and return a partially-initialized context to the test, which should
114
# throw an exception when it tries to access something that didnt init properly and thus trigger pytest-retry to retry
115
logger.exception("Context init failed")
116
0 commit comments