File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919# For some reason setup and teardown aren't enough to fully reset the state
2020# between tests. Overriding the env var CONNECT_CONTENT_BUILD_DIR to be a tempdir
2121# would be preferable but this is fine for now.
22- TEMP_DIR = "rsconnect-build-test"
22+ TEMP_DIR = "rsconnect-build-test"
2323
2424def register_uris (connect_server : str ):
2525 def register_content_endpoints (i : int , guid : str ):
@@ -39,8 +39,8 @@ def register_content_endpoints(i: int, guid: str):
3939 httpretty .GET ,
4040 f"{ connect_server } /__api__/applications/{ guid } /config" ,
4141 body = '{' +
42- f'"config_url": "{ connect_server } /connect/#/apps/{ guid } ",' +
43- f'"logs_url": "{ connect_server } /connect/#/apps/{ guid } "' +
42+ f'"config_url": "{ connect_server } /connect/#/apps/{ guid } ",' +
43+ f'"logs_url": "{ connect_server } /connect/#/apps/{ guid } "' +
4444 '}' ,
4545 adding_headers = {"Content-Type" : "application/json" },
4646 )
You can’t perform that action at this time.
0 commit comments