From a15118576db53cbdc93ee374ce0dbda0e7cea7bb Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 3 Jan 2022 21:50:23 +0100 Subject: [PATCH] test: Remove unused unix-socket.config file Unix sockets are the default in io tests and we are testing ip connections explicitly. --- test/io-tests/configs/unix-socket.config | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 test/io-tests/configs/unix-socket.config diff --git a/test/io-tests/configs/unix-socket.config b/test/io-tests/configs/unix-socket.config deleted file mode 100644 index 1d34f1ea0..000000000 --- a/test/io-tests/configs/unix-socket.config +++ /dev/null @@ -1,4 +0,0 @@ -db-pool = 1 -server-unix-socket = "$(POSTGREST_TEST_SOCKET)" -jwt-secret = "reallyreallyreallyreallyverysafe" -db-config = false