Skip to content
Snippets Groups Projects

WS-649: send CARTA URL to workspaces system

Merged Janet Goldstein requested to merge WS-649-send-carta-url-to-ws into main
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -297,7 +297,7 @@ class WorkflowConnect:
self.settings = settings
self.url = settings["workflow_url"]
def send_carta_url_to_rh(self, wrapper_url: str):
def send_carta_url_to_ws(self, wrapper_url: str):
"""
Makes REST call to send message containing CARTA URL to workspaces system
:return:
Loading