UpdateCheckIT: Drop tests that don't test updating checks

These tests look like they are testing the code that update checks but
in reality the exception that is tested is thrown by the
Checks#id(CheckerUuid) method and the CheckApi#update(CheckInput) call
is never invoked.

Remove these tests since they give the wrong illusion that the update
checks code is tested.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: Ie280a7fdab18788743678d8f446538266da1dc35
1 file changed
tree: d181e32947a8a1fdf492649235fea92bc2729f40
  1. java/
  2. javatests/
  3. src/
  4. BUILD
  5. LICENSE
  6. README.md
README.md

Gerrit Code Review Checks Plugin

This plugin provides a unified experience for checkers (CI systems, static analyzers, etc.) to integrate with Gerrit Code Review.