diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2023-05-07 15:48:26 +1000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-07 15:48:26 +1000 | 
| commit | 90d190121d538318ca2b1358f77b890a1cbe1b9d (patch) | |
| tree | 563e2611fc437096e8e65ada6623794fdd215f09 /internal/configuration/template_test.go | |
| parent | 358d5332f7f10c69220482772f177b57c5d87427 (diff) | |
feat(server): listen on unix sockets (#5038)
This allows listening on unix sockets.
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'internal/configuration/template_test.go')
| -rw-r--r-- | internal/configuration/template_test.go | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/configuration/template_test.go b/internal/configuration/template_test.go index aab4b26ae..909b85b9d 100644 --- a/internal/configuration/template_test.go +++ b/internal/configuration/template_test.go @@ -25,7 +25,7 @@ func TestShouldGenerateConfiguration(t *testing.T) {  	assert.NoError(t, err)  } -func TestNotShouldGenerateConfigurationifExists(t *testing.T) { +func TestNotShouldGenerateConfigurationIfExists(t *testing.T) {  	dir := t.TempDir()  	cfg := filepath.Join(dir, "config.yml")  | 
