We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1811c commit f4a860dCopy full SHA for f4a860d
tests/test_metadata.py
@@ -74,7 +74,7 @@ def test_add(self):
74
75
self.assertEqual(
76
self.server_store.get_by_name("qux"),
77
- dict(name="qux", url="https://example.snowflakecomputing.app", snowflake_connection_name="dev"),
+ dict(name="qux", url="https://example.snowflakecomputing.app", snowflake_connection_name="dev", api_key=None),
78
)
79
80
def test_remove_by_name(self):
0 commit comments