Skip to content

Commit

Permalink
✅ Update tests
Browse files Browse the repository at this point in the history
Fix breaking get extra string tests
  • Loading branch information
dubdabasoduba committed Sep 2, 2021
1 parent b463286 commit 28f066a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void testProcessIntent() throws JSONException {
Mockito.doReturn(new ArrayList<Setting>()).when(settings).getUnsyncedSettings();
Mockito.doReturn(SyncFilter.TEAM).when(syncSettingsServiceHelper).getSettingsSyncFilterParam();

Mockito.doReturn("locationId=location-uuid").when(syncConfiguration).getExtraSettingsParameters();
Mockito.doReturn("locationId=location-uuid").when(syncConfiguration).getExtraStringSettingsParameters();
Mockito.doReturn(new Response<>(ResponseStatus.success, settingsResponse)).when(syncSettingsServiceHelper).getResponse(ArgumentMatchers.anyString(), ArgumentMatchers.anyString());
Mockito.doReturn(SAMPLE_TEST_TOKEN).when(syncSettingsServiceHelper).getAccessToken();

Expand Down

0 comments on commit 28f066a

Please sign in to comment.