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 19
19
# For some reason setup and teardown aren't enough to fully reset the state
20
20
# between tests. Overriding the env var CONNECT_CONTENT_BUILD_DIR to be a tempdir
21
21
# would be preferable but this is fine for now.
22
- TEMP_DIR = "rsconnect-build-test"
22
+ TEMP_DIR = "rsconnect-build-test"
23
23
24
24
def register_uris (connect_server : str ):
25
25
def register_content_endpoints (i : int , guid : str ):
@@ -39,8 +39,8 @@ def register_content_endpoints(i: int, guid: str):
39
39
httpretty .GET ,
40
40
f"{ connect_server } /__api__/applications/{ guid } /config" ,
41
41
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 } "' +
44
44
'}' ,
45
45
adding_headers = {"Content-Type" : "application/json" },
46
46
)
You can’t perform that action at this time.
0 commit comments