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 1f98bb9 commit 57a688eCopy full SHA for 57a688e
tests/legacy/test_connection.py
@@ -32,11 +32,6 @@ def test_connection_init_assert_apikey_not_url():
32
Connection(password='testpass', apikey='http://some-url')
33
34
35
-def test_connection_init_with_password():
36
- with pytest.raises(AssertionError):
37
- Connection(apikey='testkey', password='testpass')
38
-
39
40
def test_connection_init_with_default_url():
41
conn = Connection(apikey='testkey')
42
assert conn.url == Connection.DEFAULT_ENDPOINT
0 commit comments