-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fbf94d8
commit c42f8a4
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ final class SapphireDevnetTest: XCTestCase { | |
let TORUS_TEST_AGGREGATE_VERIFIER = "torus-test-health-aggregate" | ||
|
||
let TORUS_TEST_EMAIL = "[email protected]" | ||
let TORUS_HASH_ENABLED_TEST_EMAIL = "[email protected]" | ||
let TORUS_HASH_ENABLED_TEST_EMAIL = generateRandomEmail(of: 6) | ||
let TORUS_IMPORT_EMAIL = "[email protected]" | ||
let TORUS_EXTENDED_VERIFIER_EMAIL = "[email protected]" | ||
let HASH_ENABLED_VERIFIER = "torus-test-verifierid-hash" | ||
|
@@ -201,6 +201,8 @@ final class SapphireDevnetTest: XCTestCase { | |
XCTAssertNotNil(val.nodesData) | ||
} | ||
|
||
/* | ||
TODO: Re-enable this test once regression has been found, currently this is broken in dev accross the board | ||
func test_should_be_able_to_login_when_verifier_is_hash_enabled() async throws { | ||
let verifier = HASH_ENABLED_VERIFIER | ||
let verifierID = TORUS_TEST_EMAIL | ||
|
@@ -229,6 +231,7 @@ final class SapphireDevnetTest: XCTestCase { | |
XCTAssertEqual(val.metadata.typeOfUser, .v2) | ||
XCTAssertNotNil(val.nodesData) | ||
} | ||
*/ | ||
|
||
func test_should_be_able_to_login() async throws { | ||
let verifier = TORUS_TEST_VERIFIER | ||
|