Skip to content

Commit d694024

Browse files
committed
Remove timestamps
1 parent 74a16e3 commit d694024

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/mcp/yaml/get-log-file-contents.full-mode.test.mcp.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ tests:
482482
name: "get_log_file_contents"
483483
arguments:
484484
filename: "jobs/ImportCatalog/Job-ImportCatalog-0987654321.log"
485-
maxBytes: 10
485+
maxBytes: 4
486486
expect:
487487
response:
488488
jsonrpc: "2.0"
@@ -491,7 +491,7 @@ tests:
491491
content:
492492
match:arrayElements:
493493
type: "text"
494-
text: "\"# Log File Contents: jobs/ImportCatalog/Job-ImportCatalog-0987654321.log (full read)\\n\\nTotal lines: 1\\nContent size: 10 bytes\\n\\n---\\n\\n[2025-09-1\"" # Should have minimal content with headers
494+
text: "\"# Log File Contents: jobs/ImportCatalog/Job-ImportCatalog-0987654321.log (full read)\\n\\nTotal lines: 1\\nContent size: 4 bytes\\n\\n---\\n\\n[202\"" # Should have minimal content with headers
495495
isError: false
496496
stderr: "toBeEmpty"
497497
performance:
@@ -531,7 +531,7 @@ tests:
531531
name: "get_log_file_contents"
532532
arguments:
533533
filename: "jobs/ImportCatalog/Job-ImportCatalog-0987654321.log"
534-
maxBytes: 20
534+
maxBytes: 1
535535
expect:
536536
response:
537537
jsonrpc: "2.0"
@@ -540,7 +540,7 @@ tests:
540540
content:
541541
match:arrayElements:
542542
type: "text"
543-
text: "\"# Log File Contents: jobs/ImportCatalog/Job-ImportCatalog-0987654321.log (full read)\\n\\nTotal lines: 1\\nContent size: 20 bytes\\n\\n---\\n\\n[2025-09-14 17:18:55\""
543+
text: "\"# Log File Contents: jobs/ImportCatalog/Job-ImportCatalog-0987654321.log (full read)\\n\\nTotal lines: 1\\nContent size: 1 bytes\\n\\n---\\n\\n[\""
544544
isError: false
545545
stderr: "toBeEmpty"
546546
performance:

0 commit comments

Comments
 (0)