Python-test
Advanced tools
@@ -67,3 +67,3 @@ "use strict"; | ||
| RestConstants.FETCH_WORKSPACE_ENV_VARIABLES = `https://${_a.getDomain()}${_a.CLOUD_LAB_URL}envs/${_a.getTraineeLabId()}/${_a.getProjectType()}`; | ||
| RestConstants.UPDATE_STATUS_AFTER_WORKSPACE_ENV_VARIABLES = `https://${_a.getDomain()}${_a.CLOUD_LAB_ENV_URL}${_a.getTraineeLabId()}`; | ||
| RestConstants.UPDATE_STATUS_AFTER_WORKSPACE_ENV_VARIABLES = `https://${_a.getDomain()}${_a.CLOUD_LAB_ENV_URL}${_a.getTraineeLabId()}/${_a.getProjectType()}`; | ||
| //# sourceMappingURL=rest-constants.js.map |
@@ -18,3 +18,3 @@ "use strict"; | ||
| } | ||
| if (document.uri.path.endsWith(app_constants_js_1.AppConstants.TEST_FOLDER_PACKAGE)) { | ||
| if (document.uri.path.includes(app_constants_js_1.AppConstants.TEST_FOLDER_PACKAGE)) { | ||
| (0, action_js_1.showReaderModeDocument)(document); | ||
@@ -21,0 +21,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display