We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6b9790 + bf72312 commit 934c836Copy full SHA for 934c836
1 file changed
veracode_api_py/applications.py
@@ -94,7 +94,7 @@ def _create_or_update(self,method,app_name: str, business_criticality, descripti
94
app_def.update({'teams': team_list})
95
96
if business_unit != None:
97
- bu = {'business_unit': {'guid': business_unit}}
+ bu = {'business_unit': {'guid': str(business_unit)}}
98
app_def.update(bu)
99
100
if (custom_fields != None):
0 commit comments