diff --git a/test/functional/swift_test_client.py b/test/functional/swift_test_client.py index 7b7619841b..3d1524c210 100644 --- a/test/functional/swift_test_client.py +++ b/test/functional/swift_test_client.py @@ -146,7 +146,7 @@ class Connection(object): for hdr in response.getheaders(): if hdr[0].lower() == "x-storage-url": storage_url = hdr[1] - elif hdr[0].lower() == "x-storage-token": + elif hdr[0].lower() == "x-auth-token": storage_token = hdr[1] if not (storage_url and storage_token):