Skip to content

Commit

Permalink
Update tests/broker-test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ray Luo <rayluo@microsoft.com>
  • Loading branch information
DharshanBJ and rayluo authored Nov 9, 2024
1 parent caab447 commit aa5c74c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/broker-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
authority="https://login.microsoftonline.com/organizations",
enable_broker_on_mac=True,
enable_broker_on_windows=True,
enable_broker_on_linux=True)
enable_broker_on_linux=True,
)

def interactive_and_silent(scopes, auth_scheme, data, expected_token_type):
print("An account picker shall be pop up, possibly behind this console. Continue from there.")
Expand Down

0 comments on commit aa5c74c

Please sign in to comment.