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 <takanattie@gmail.com>
This commit is contained in:
Zuul 2020-10-14 14:31:15 +00:00 committed by Gerrit Code Review
parent 28f97b37a9
commit 58f403615c
1 changed files with 1 additions and 1 deletions

2
nova

@ -1 +1 @@
Subproject commit 1b26ec4cf90c3ba097a2b4071f66be4467371b5e
Subproject commit 16019dac132fcf48682c539f71330913e2450254