Skip to content

Commit 48a7bd3

Browse files
committed
Should have used the constant instead of a raw str
1 parent f821b2d commit 48a7bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@ def acquire_token_interactive(
19801980
return self._process_broker_response(response, scopes, data)
19811981

19821982
if auth_scheme:
1983-
raise ValueError("auth_scheme is currently only available from broker")
1983+
raise ValueError(self._AUTH_SCHEME_UNSUPPORTED)
19841984
on_before_launching_ui(ui="browser")
19851985
telemetry_context = self._build_telemetry_context(
19861986
self.ACQUIRE_TOKEN_INTERACTIVE)

0 commit comments

Comments
 (0)