Adapt tests for limiting

This commit is contained in:
Martchus 2022-02-25 23:18:26 +01:00
parent 67fa8def0b
commit 0343685910
1 changed files with 2 additions and 1 deletions

View File

@ -302,7 +302,8 @@ void WebAPITests::testPostingBuildActionsFromTask()
}
return false;
});
},
20, 0);
CPPUNIT_ASSERT_EQUAL_MESSAGE("response ok", boost::beast::http::status::ok, response->result());
}