trivial: Correct base class name in hacking check

This patch set fixes the base class name in a hacking check
unit test for PluginRbacTest Suffix (P104).

The passing case should be:

  class FakePluginRbacTest(base.BaseFakePluginRbacTest)

Not:

  class FakePluginRbacTest(base.BaseFakeRbacTest)

Because the point is to check that all subclasses that inherit
from class .+PluginRbacTest also end in that suffix.

Change-Id: Ic6306b97bb68c42f51e796d876893f9ac91c67a4
2 files changed