func tests: Drop clone_conn arg to Connection

We never use it, may as well get rid of it.
Change-Id: I0d860e6fdc20afb6baf28d0269dcbda21cee0ac7
This commit is contained in:
Tim Burke
2018年06月12日 11:50:40 -07:00
parent eb9a21b22b
commit b3ce3c9b49

View File

@@ -131,14 +131,7 @@ class Connection(object):
def get_account(self):
return Account(self, self.account)
def authenticate(self, clone_conn=None):
if clone_conn:
self.conn_class = clone_conn.conn_class
self.storage_netloc = clone_conn.storage_netloc
self.storage_url = clone_conn.storage_url
self.storage_token = clone_conn.storage_token
return
def authenticate(self):
if self.auth_version == "1":
auth_path = '%sv1.0' % (self.auth_prefix)
if self.account:
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.