Update DeviceAgentServiceImpl file with response time

APiTesting
Akeela Azhar 1 year ago
parent f4a954b147
commit cd91b6579a

@ -448,7 +448,7 @@ public class DeviceAgentServiceImpl implements DeviceAgentService {
// Save the response time to Google Spreadsheet
Sheets sheetsService = createSheetsService(); // Create Sheets service using loaded credentials
String spreadsheetId = "1OZCS5NRwwSum9ai3ra4lABtU0UGW-9yLYgZk-aQfxpw";
String spreadsheetId = "1OZCS5NRwwSum9ai3ra4lABtU0UGW-9yLYgZk-aQfxpw"; //Update with Spreadsheet ID
// Create the values to be written
List<List<Object>> values = Collections.singletonList(

Loading…
Cancel
Save