Fix package namespace

This commit is contained in:
Nikita Zubkov 2016-07-13 13:43:58 +03:00
parent 7114897361
commit e46a649e87
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

@ -235,7 +235,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(