diff options
| author | Paul Buetow <paul@buetow.org> | 2021-10-14 20:55:35 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-15 08:40:54 +0300 |
| commit | 698fb76b98c46c677abe13fdc93afc6c4f38c39e (patch) | |
| tree | ac6884ea24d262c36d1f3b6e12a6adf2ba7acb8b /integrationtests/dtail_test.go | |
| parent | 06ece112c0dd20c0c211c538216fe64ebe4045c9 (diff) | |
refactor
Diffstat (limited to 'integrationtests/dtail_test.go')
| -rw-r--r-- | integrationtests/dtail_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integrationtests/dtail_test.go b/integrationtests/dtail_test.go index f180b8a..811f357 100644 --- a/integrationtests/dtail_test.go +++ b/integrationtests/dtail_test.go @@ -31,7 +31,7 @@ func TestDTailWithServer(t *testing.T) { "../dserver", "--logger", "stdout", "--logLevel", "trace", - "--port", "4242", + "--port", "4243", "--relaxedAuth", ) if err != nil { @@ -43,7 +43,7 @@ func TestDTailWithServer(t *testing.T) { "../dtail", "--logger", "stdout", "--logLevel", "trace", - "--servers", "localhost:4242", + "--servers", "localhost:4243", "--files", followFile, "--grep", "Hello", "--trustAllHosts", |
