Skip to content

Commit 312ef26

Browse files
committed
Add frameNonce to AccountMapperTests
1 parent ab9171d commit 312ef26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Networking/NetworkingTests/Mapper/AccountMapperTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ final class AccountMapperTests: XCTestCase {
3535
XCTAssertEqual(first.url, "https://some-testing-url.testing.blog")
3636
XCTAssertEqual(first.adminURL, "https://some-testing-url.here/wp-admin/")
3737
XCTAssertEqual(first.loginURL, "https://some-testing-url.here/wp-login.php")
38+
XCTAssertEqual(first.frameNonce, "73ae7163d8")
3839
XCTAssertFalse(first.isJetpackCPConnected)
3940
XCTAssertTrue(first.isJetpackConnected)
4041
XCTAssertTrue(first.isJetpackThePluginInstalled)
@@ -52,6 +53,7 @@ final class AccountMapperTests: XCTestCase {
5253
XCTAssertEqual(second.url, "https://thoughts.testing.blog")
5354
XCTAssertEqual(second.adminURL, "https://thoughts.testing.blog/wp-admin/")
5455
XCTAssertEqual(second.loginURL, "https://thoughts.testing.blog/wp-login.php")
56+
XCTAssertEqual(second.frameNonce, "e7bfd785f0")
5557
XCTAssertTrue(second.isJetpackCPConnected)
5658
XCTAssertTrue(second.isJetpackConnected)
5759
XCTAssertFalse(second.isJetpackThePluginInstalled)

0 commit comments

Comments
 (0)