File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ def _get_test_session_url(self) -> str:
9696 cbp_workspace = self ._client .get_cbp_workspace ()
9797 if cbp_workspace :
9898 org_cbp_id , ws_cbp_id = cbp_workspace
99- return "https://cloudbees.io/{}/{}/smart-tests/test-sessions/{}" .format (
99+ return "https://cloudbees.io/{}/{}/smart-tests/data/ test-sessions/{}" .format (
100100 org_cbp_id , ws_cbp_id , self ._results ._test_session_id )
101101 else :
102102 org , workspace = ensure_org_workspace ()
Original file line number Diff line number Diff line change @@ -666,7 +666,7 @@ def _get_test_session_url(self) -> str:
666666 cbp_workspace = client .get_cbp_workspace ()
667667 if cbp_workspace :
668668 org_cbp_id , ws_cbp_id = cbp_workspace
669- url = "https://cloudbees.io/{}/{}/smart-tests/test-sessions/{}" .format (
669+ url = "https://cloudbees.io/{}/{}/smart-tests/data/ test-sessions/{}" .format (
670670 org_cbp_id , ws_cbp_id , self .test_session_id )
671671 else :
672672 url = "https://app.launchableinc.com/organizations/{}/workspaces/{}/test-sessions/{}" .format (
You can’t perform that action at this time.
0 commit comments