Skip to content

Commit

Permalink
Issue 168: OktaOidcMetadataDiscovery.run() doesn't surface errors gen…
Browse files Browse the repository at this point in the history
…erated by OIDServiceDiscovery initializer

okta#168
  • Loading branch information
IldarAbdullin-okta committed Jul 12, 2019
1 parent 068903b commit 4d83ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/OktaOidcTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class OktaOidcTests: XCTestCase {
} else {
XCTAssertThrowsError(try OktaOidc()) { error in
XCTAssertEqual(
OktaOidcError.notConfigured.localizedDescription,
OktaOidcError.missingConfigurationValues.localizedDescription,
error.localizedDescription
)
}
Expand Down

0 comments on commit 4d83ed5

Please sign in to comment.