Fix package namespace

This commit is contained in:
Nikita Zubkov 2016-07-13 13:43:58 +03:00
parent 443fc43da6
commit d4db5ba78c
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@
# License for the specific language governing permissions and limitations
# under the License.
EXTENSION = "nailgun.extensions.cluster_upgrade."
EXTENSION = "cluster_upgrade."

View File

@ -242,7 +242,7 @@ class TestCopyVipsHandler(base.BaseIntegrationTest):
relations.UpgradeRelationObject.create_relation(
orig_cluster.id, new_cluster.id)
with mock.patch('nailgun.extensions.cluster_upgrade.handlers'
with mock.patch('cluster_upgrade.handlers'
'.upgrade.UpgradeHelper.copy_vips') as copy_vips_mc:
resp = self.app.post(
reverse(