I have an integration test where I am passing a spied Retrofit to my repository:
val apiSpy = spyk(PvApiService.getInstance()) val expectedTokenLength = 1290