impr: add conversion function for datetime airtable fields #11

This commit is contained in:
mehanizm
2022-03-24 18:27:56 +03:00
parent da64a180a2
commit 14c5a59a88
4 changed files with 78 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ func TestGetRecordsConfig_Do(t *testing.T) {
}
table.client.baseURL = mockErrorResponse(400).URL
records, err = table.GetRecords().Do()
_, err = table.GetRecords().Do()
if err == nil {
t.Errorf("there should be an err, but was nil")
}