commit 58f403615c6e1da6788254bf8ba5209e297160b5 Author: Zuul Date: Wed Oct 14 14:31:15 2020 +0000 Update git submodules * Update nova from branch 'master' - Merge "Add a hacking rule for assert_has_calls" - Add a hacking rule for assert_has_calls Add the following hacking rule. * N366: The assert_has_calls is a method rather than a variable. Not correct: mock_method.assert_has_calls = [mock.call(0)] Correct: mock_method.assert_has_calls([mock.call(0)]) This patch is a follow-up patch for Id094dd90efde09b9a835d4492f4a92b8f8ad296e. Change-Id: I892f8c23ee44f2b3518776a9705e3543f3115cae Signed-off-by: Takashi Natsume diff --git a/nova b/nova index 1b26ec4..16019da 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit 1b26ec4cf90c3ba097a2b4071f66be4467371b5e +Subproject commit 16019dac132fcf48682c539f71330913e2450254