Skip to content

Commit 542f8ec

Browse files
committed
fix failure workflow
1 parent f9b3359 commit 542f8ec

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

registry/coder/modules/filebrowser/main.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ describe("filebrowser", async () => {
100100
"apk add bash",
101101
);
102102

103+
const expectedUrl = "http://localhost:13339/@default/default/apps/filebrowser";
104+
const expectedLogLine = `📂 Serving /root at ${expectedUrl} `;
105+
103106
testBaseLine(output);
104107
}, 15000);
105108
});

registry/coder/modules/filebrowser/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ filebrowser config set --baseurl=${SERVER_BASE_PATH} --port=${PORT} --auth.metho
3232

3333
printf "👷 Starting filebrowser in background... \n\n"
3434

35-
printf "📂 Serving $${ROOT_DIR} at http://localhost:${PORT} \n\n"
35+
printf "📂 Serving $${ROOT_DIR} at http://localhost:${PORT}${SERVER_BASE_PATH} \n\n"
3636

3737
filebrowser >>${LOG_PATH} 2>&1 &
3838

0 commit comments

Comments
 (0)