Skip to content

Commit 124cc57

Browse files
astandrikCopilot
andauthored
Update src/utils/__test__/logs.test.ts
Co-authored-by: Copilot <[email protected]>
1 parent 702cf05 commit 124cc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/__test__/logs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('getLogsLink', () => {
1515
expect(result).toContain('database+%3D+%22testdb%22');
1616
// Original query parts should still be present
1717
expect(result).toContain('project+%3D+%22kikimr%22');
18-
expect(result).toContain('service+%3D+%22ydb%22%');
18+
expect(result).toContain('service+%3D+%22ydb%22');
1919
expect(result).toContain('cluster+%3D+%22ydb-ru-prestable%22');
2020
});
2121

0 commit comments

Comments
 (0)