Skip to content

Commit 54558fb

Browse files
SattvikSattvik
Sattvik
authored and
Sattvik
committed
fix: tests
1 parent fd153db commit 54558fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/supertokens/test/TestServiceUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public static void startService() throws IOException, InterruptedException {
137137
"docker", "run", "--rm", "--name", MYSQL_SERVICE_NAME,
138138
"-e", "MYSQL_ROOT_PASSWORD=root",
139139
"-d", "-p", MYSQL_DB_PORT + ":3306",
140-
"mysql:8.0"
140+
"mysql"
141141
});
142142

143143
if (exitCode != 0) {

0 commit comments

Comments
 (0)