commit | 1b49965a9b31fada55a7a93af2881e8a1909f010 | [log] [tgz] |
---|---|---|
author | Felipe Monteiro <felipe.monteiro@att.com> | Wed Oct 31 20:44:50 2018 -0400 |
committer | Felipe Monteiro <felipe.monteiro@att.com> | Thu Nov 01 10:34:36 2018 -0400 |
tree | f08dc3b8a1e06aa0881fd9e7e24d6f15c388fd87 | |
parent | 904a02bef8af64c2a6fb1e0aca67ea9db3f9883f [diff] |
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