Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-tests/server/logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestDownloadLogs(t *testing.T) {
"pmm-version.txt",
"pmm.conf",
"pmm.ini",
"postgresql.log",
"postgresql14.log",
Comment thread
artemgavrilov marked this conversation as resolved.
"prometheus.base.yml",
"qan-api2.ini",
"qan-api2.log",
Expand Down
2 changes: 1 addition & 1 deletion services/supervisord/logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var commonExpectedFiles = []string{
"pmm-version.txt",
"pmm.conf",
"pmm.ini",
"postgresql.log",
"postgresql14.log",
"qan-api2.ini",
"qan-api2.log",
"supervisorctl_status.log",
Expand Down