Skip to content

Commit 9eb022e

Browse files
committed
fix(tests): use prefix in logRetentionGB tests
1 parent 6cec236 commit 9eb022e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/e2e-tests/test/e2e.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1940,9 +1940,7 @@ describe('e2e', function () {
19401940
await shell.waitForPrompt();
19411941

19421942
// Add the newly created log to the file list.
1943-
paths.push(
1944-
path.join(customLogDir.path, `${shell.logId as string}_log`)
1945-
);
1943+
paths.push(path.join(customLogDir.path, getLogName(shell.logId)));
19461944

19471945
expect(
19481946
await shell.executeLine('config.get("logRetentionGB")')

0 commit comments

Comments
 (0)