Skip to content

Commit b6880a3

Browse files
vchavatapallijacalata
authored andcommitted
Minor fixes to request payloads
1 parent 2db07a9 commit b6880a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/update_connection_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def main():
5151
connection = connections[0]
5252
connection.username = args.datasource_username
5353
connection.password = args.datasource_password
54-
connection.authentication_type = args.authentication_type
54+
connection.auth_type = args.authentication_type
5555
connection.embed_password = True
5656

5757
updated_connection = update_function(resource, connection)

0 commit comments

Comments
 (0)