Skip to content

Commit

Permalink
conan-io#282 Fix channel name
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries committed Mar 15, 2019
1 parent 2a95fc6 commit f1d88d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpt/test/test_client/erase_checks_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_remove_updated_packages_env_var(self):
self.assertIn("Uploading package 1/2", tc.out)
self.assertIn("Uploading package 2/2", tc.out)
self.assertIn("OLD", tc.out)
self.assertIn("Removing outdated packages for 'lib/1.0@user/testing'", tc.out)
self.assertIn("Removing outdated packages for 'lib/1.0@user/mychannel'", tc.out)

def test_remove_updated_packages_params(self):
ts = TestServer(users={"user": "password"})
Expand All @@ -63,4 +63,4 @@ def test_remove_updated_packages_params(self):
self.assertIn("Uploading package 1/2", tc.out)
self.assertIn("Uploading package 2/2", tc.out)
self.assertIn("OLD", tc.out)
self.assertIn("Removing outdated packages for 'lib/1.0@user/testing'", tc.out)
self.assertIn("Removing outdated packages for 'lib/1.0@user/mychannel'", tc.out)

0 comments on commit f1d88d2

Please sign in to comment.