Skip to content

Commit 57a688e

Browse files
committed
Drop outdated test for modified auth logic
1 parent 1f98bb9 commit 57a688e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/legacy/test_connection.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ def test_connection_init_assert_apikey_not_url():
3232
Connection(password='testpass', apikey='http://some-url')
3333

3434

35-
def test_connection_init_with_password():
36-
with pytest.raises(AssertionError):
37-
Connection(apikey='testkey', password='testpass')
38-
39-
4035
def test_connection_init_with_default_url():
4136
conn = Connection(apikey='testkey')
4237
assert conn.url == Connection.DEFAULT_ENDPOINT

0 commit comments

Comments
 (0)