File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Networking/NetworkingTests/Mapper Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments