Browse Source

Fixed misaligned bracket in test…no functional changes.

Christian Noon 9 years ago
parent
commit
7f14105998
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/SessionDelegateTests.swift

+ 1 - 1
Tests/SessionDelegateTests.swift

@@ -422,7 +422,7 @@ class SessionDelegateTestCase: BaseTestCase {
         let headers = [
             "Authorization": "1234",
             "Custom-Header": "foobar",
-            ]
+        ]
 
         // NOTE: It appears that most headers are maintained during a redirect with the exception of the `Authorization`
         // header. It appears that Apple's strips the `Authorization` header from the redirected URL request. If you