Skip to content

Commit

Permalink
Update test_sdk_client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Deralden authored Jun 3, 2024
1 parent 3ddccae commit e30daa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcases/functional_tests/test_sdk_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def get_service_client():
"identity_type": "key",
}

#snet_sdk = sdk.SnetSDK(config)
snet_sdk = sdk.SnetSDK(config)
service_client = snet_sdk.create_service_client(org_id, service_id, group_name)
return service_client

Expand Down

0 comments on commit e30daa6

Please sign in to comment.