Skip to content

Commit

Permalink
PMM-8471 fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Nov 2, 2023
1 parent b10fa8b commit 4b403bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions agent/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func TestGet(t *testing.T) {
ListenAddress: "127.0.0.1",
ListenPort: 9999,
Server: Server{
Address: "127.0.0.1:8443",
Address: "127.0.0.1:443",
},
Paths: Paths{
PathsBase: "/usr/local/percona/pmm2",
Expand Down Expand Up @@ -167,7 +167,7 @@ func TestGet(t *testing.T) {
ListenAddress: "0.0.0.0",
ListenPort: 7777,
Server: Server{
Address: "127.0.0.1:8443",
Address: "127.0.0.1:443",
},
Paths: Paths{
PathsBase: "/usr/local/percona/pmm2",
Expand Down Expand Up @@ -231,7 +231,7 @@ func TestGet(t *testing.T) {
ListenAddress: "127.0.0.1",
ListenPort: 7777,
Server: Server{
Address: "127.0.0.1:8443",
Address: "127.0.0.1:443",
},
Paths: Paths{
PathsBase: "/usr/local/percona/pmm2",
Expand Down Expand Up @@ -303,7 +303,7 @@ func TestGet(t *testing.T) {
ListenAddress: "127.0.0.1",
ListenPort: 7777,
Server: Server{
Address: "127.0.0.1:8443",
Address: "127.0.0.1:443",
},
Paths: Paths{
PathsBase: "/usr/local/percona/pmm2",
Expand Down Expand Up @@ -373,7 +373,7 @@ func TestGet(t *testing.T) {
ListenAddress: "127.0.0.1",
ListenPort: 7777,
Server: Server{
Address: "127.0.0.1:8443",
Address: "127.0.0.1:443",
},
Paths: Paths{
PathsBase: "/base",
Expand Down Expand Up @@ -441,7 +441,7 @@ func TestGet(t *testing.T) {
ListenAddress: "127.0.0.1",
ListenPort: 7777,
Server: Server{
Address: "127.0.0.1:8443",
Address: "127.0.0.1:443",
},
Paths: Paths{
PathsBase: "/base",
Expand Down

0 comments on commit 4b403bd

Please sign in to comment.