diff --git a/src/test/scala/plex/PlexUtilsSpec.scala b/src/test/scala/plex/PlexUtilsSpec.scala index 76715c0..7763a13 100644 --- a/src/test/scala/plex/PlexUtilsSpec.scala +++ b/src/test/scala/plex/PlexUtilsSpec.scala @@ -23,7 +23,7 @@ class PlexUtilsSpec extends AnyFlatSpec with Matchers with PlexUtils with MockFa (mockClient.httpRequest _) .expects( Method.GET, - Uri.unsafeFromString("http://localhost:9090"), + Uri.unsafeFromString("http://localhost:9090?format=json"), None, None ) @@ -40,7 +40,7 @@ class PlexUtilsSpec extends AnyFlatSpec with Matchers with PlexUtils with MockFa (mockClient.httpRequest _) .expects( Method.GET, - Uri.unsafeFromString("http://localhost:9090"), + Uri.unsafeFromString("http://localhost:9090?format=json"), None, None )