Implement APIv4 infrastructure (#5191)
* Implement APIv4 infrastructure * Update parameter requirement functions per feedback
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3e2f879b77
Коммит
c01d9ad6cf
@@ -634,7 +634,7 @@ func TestGetAudits(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
} else {
|
||||
|
||||
if len(result.Data.(model.Audits)) != 2 {
|
||||
if len(result.Data.(model.Audits)) != 1 {
|
||||
t.Fatal(result.Data.(model.Audits))
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user