Skip to content

Commit dcb836d

Browse files
committed
Remove an unnecessary siteURL re-declaration in a test
1 parent 6199031 commit dcb836d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Yosemite/YosemiteTests/Stores/JetpackConnectionStoreTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ final class JetpackConnectionStoreTests: XCTestCase {
229229

230230
func test_fetchJetpackUser_properly_relays_errors() {
231231
// Given
232-
let siteURL = "http://test.com"
233232
let urlSuffix = "/jetpack/v4/connection/data"
234233
let error = NetworkError.unacceptableStatusCode(statusCode: 500)
235234
network.simulateError(requestUrlSuffix: urlSuffix, error: error)

0 commit comments

Comments
 (0)