Fix error in test

Introduced in #36616

cc: @cro
This commit is contained in:
Mike Place 2016-09-30 11:38:03 +09:00
parent c089ac6c67
commit 0e9148293a
No known key found for this signature in database
GPG key ID: 9136F4F13705CFD3

View file

@ -63,8 +63,8 @@ class PkgModuleTest(integration.ModuleCase,
try:
repo = None
if os_grain == 'Ubuntu':
repo = 'ppa:silvenga/3proxy'
uri = 'http://ppa.launchpad.net/silvenga/3proxy/ubuntu'
repo = 'ppa:otto-kesselgulasch/gimp-edge'
uri = 'http://ppa.launchpad.net/otto-kesselgulasch/gimp-edge/ubuntu'
ret = self.run_function('pkg.mod_repo', [repo, 'comps=main'])
self.assertNotEqual(ret, {})
self.assertIn('deb '+uri, ret.keys()[0])