Correct workspace_associations_counts API path

This commit is contained in:
Matthew Kienow
2018-01-20 14:54:14 -05:00
parent b7e5b0f161
commit 2211459b9d
@@ -39,7 +39,7 @@ module RemoteWorkspaceDataService
end
def workspace_associations_counts()
json_to_mdm_object(self.get_data(WORKSPACE_API_PATH, []), WORKSPACE_MDM_CLASS, [])
json_to_mdm_object(self.get_data(WORKSPACE_COUNTS_API_PATH, []), WORKSPACE_MDM_CLASS, [])
end
#########