Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nylonee committed Jun 20, 2024
1 parent 8250546 commit a263fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/scala/plex/PlexUtilsSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand All @@ -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
)
Expand Down

0 comments on commit a263fac

Please sign in to comment.