Skip to content

Commit aa5c74c

Browse files
DharshanBJrayluo
andauthored
Update tests/broker-test.py
Co-authored-by: Ray Luo <[email protected]>
1 parent caab447 commit aa5c74c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/broker-test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
authority="https://login.microsoftonline.com/organizations",
4141
enable_broker_on_mac=True,
4242
enable_broker_on_windows=True,
43-
enable_broker_on_linux=True)
43+
enable_broker_on_linux=True,
44+
)
4445

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

0 commit comments

Comments
 (0)