summaryrefslogtreecommitdiff
path: root/test_databases.ini
diff options
context:
space:
mode:
authorOlly Cope <olly@ollycope.com>2020-12-30 11:38:21 +0000
committerOlly Cope <olly@ollycope.com>2020-12-30 11:38:21 +0000
commited2bbe385ef1386d11bf28f762de898da322fee3 (patch)
tree081511c19169bd56eb67b689f0c3d1a201011dae /test_databases.ini
parent25337526ec13024f256395bc25d70a9675cad1f7 (diff)
downloadyoyo-ed2bbe385ef1386d11bf28f762de898da322fee3.tar.gz
tests: use network connection for mysql instead of a socket
The filesystem location of the socket varies from system to system, so this should be more portable.
Diffstat (limited to 'test_databases.ini')
-rw-r--r--test_databases.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_databases.ini b/test_databases.ini
index 6c07c7c..a1ef07e 100644
--- a/test_databases.ini
+++ b/test_databases.ini
@@ -1,4 +1,4 @@
[DEFAULT]
sqlite = sqlite:///:memory:
postgresql = postgresql://postgres@/yoyo_test
-mysql = mysql://root@/yoyo_test?unix_socket=/tmp/mysql.sock
+mysql = mysql://root@127.0.0.1/yoyo_test