File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def execute(self, project_dict):
3636 self .logger .log (self .get_instance_url (project_id ))
3737
3838 def get_instance_url (self , project_id ):
39- url = urljoin (config .WEB_URL , "console/projects/{}/machines " .format (project_id ))
39+ url = urljoin (config .WEB_URL , "console/projects/{}" .format (project_id ))
4040 return url
4141
4242
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ class TestCreateProject(object):
202202 UPDATE_TAGS_RESPONSE_JSON_200 = example_responses .UPDATE_TAGS_RESPONSE
203203
204204 EXPECTED_STDOUT = "Project created with ID: pru5a4dnu\n " \
205- "https://www.paperspace.com/console/projects/pru5a4dnu/machines \n "
205+ "https://www.paperspace.com/console/projects/pru5a4dnu\n "
206206
207207 EXPECTED_RESPONSE_JSON_WITH_ERROR = {
208208 "error" : {
You can’t perform that action at this time.
0 commit comments