Skip to content

Commit 544a0d0

Browse files
committed
remove trailing query
1 parent 16af89e commit 544a0d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prismacloud/api/cwpp/_cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def cloud_discovery_scan_stop(self):
2020
return self.execute_compute('POST', 'api/v1/cloud/discovery/stop')
2121

2222
def cloud_discovery_vms(self, query_params=None):
23-
return self.execute_compute('GET', 'api/v1/cloud/discovery/vms?', query_params=query_params, paginated=True)
23+
return self.execute_compute('GET', 'api/v1/cloud/discovery/vms', query_params=query_params, paginated=True)

0 commit comments

Comments
 (0)