From 5717ae1bf19ba1ebccd8b7cfa2cf9982b5aae3bb Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Sun, 29 Nov 2020 07:11:38 -0600 Subject: [PATCH] RemoteSyncServer: Fix test --- .../java/org/isoron/uhabits/sync/RemoteSyncServerTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/uhabits-android/src/androidTest/java/org/isoron/uhabits/sync/RemoteSyncServerTest.kt b/android/uhabits-android/src/androidTest/java/org/isoron/uhabits/sync/RemoteSyncServerTest.kt index 4a35ac4e7..df2e13efa 100644 --- a/android/uhabits-android/src/androidTest/java/org/isoron/uhabits/sync/RemoteSyncServerTest.kt +++ b/android/uhabits-android/src/androidTest/java/org/isoron/uhabits/sync/RemoteSyncServerTest.kt @@ -126,7 +126,7 @@ class RemoteSyncServerTest { } } } - }) + }, baseURL = "") } private fun MockRequestHandleScope.respondWithJson(content: Any) =