We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_connection_test_simple
Nodeid: tests_integration/test_connection.py::test_connection_test_simple
tests_integration/test_connection.py::test_connection_test_simple
runner = <tests_integration.conftest.SnowCLIRunner object at 0x1051080b0> @pytest.mark.integration def test_connection_test_simple(runner): import os if os.environ.get("FORCE_FLAKE") == "true": > assert 1 == 2 E assert 1 == 2 test_connection.py:30: AssertionError
https://github.com/snowflakedb/snowflake-cli/blob/de2ebfd82f9e76618b2e7708fbb13fa9128a2467/tests_integration/test_connection.py#L30
The text was updated successfully, but these errors were encountered:
+1
assert 1 == 2
Sorry, something went wrong.
No branches or pull requests
Nodeid:
tests_integration/test_connection.py::test_connection_test_simple
🟢 Setup passed
🔴 Call failed
https://github.com/snowflakedb/snowflake-cli/blob/de2ebfd82f9e76618b2e7708fbb13fa9128a2467/tests_integration/test_connection.py#L30
🟢 Teardown passed
The text was updated successfully, but these errors were encountered: