mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Update tests, Remove deprecated client_id
This commit is contained in:
@@ -444,7 +444,8 @@ request.set('User-Agent', 'PostgSail unit tests');
|
||||
// Override time, +1h because previous sample include 47 entry.
|
||||
data[i]['time'] = moment.utc().subtract(2, 'hours').add(i, 'minutes').format();
|
||||
// Override client_id
|
||||
data[i]['client_id'] = test.vessel_metadata.client_id;
|
||||
//data[i]['client_id'] = test.vessel_metadata.client_id;
|
||||
data[i]['client_id'] = null;
|
||||
}
|
||||
//console.log(data[0]);
|
||||
|
||||
|
Reference in New Issue
Block a user