Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ class AuthServiceTests: BitwardenTestCase { // swiftlint:disable:this type_body_
/// `loginWithMasterPassword(_:username:captchaToken:)` logs the user in with the password for
/// a newly created account and logs an error instead of throwing if setting the account setup
/// progress fails.
@MainActor
func test_loginWithMasterPassword_isNewAccount_accountSetupError() async throws {
client.results = [
.httpSuccess(testData: .preLoginSuccess),
Expand Down
Loading