← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~pappacena/launchpad:fix-distribution-ocirecipe_admin-test into launchpad:master

 

Thiago F. Pappacena has proposed merging ~pappacena/launchpad:fix-distribution-ocirecipe_admin-test into launchpad:master.

Commit message:
Fixing broken test after oci_project_admin attribute was added to Distribution.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/382316
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~pappacena/launchpad:fix-distribution-ocirecipe_admin-test into launchpad:master.
diff --git a/lib/lp/registry/stories/webservice/xx-distribution.txt b/lib/lp/registry/stories/webservice/xx-distribution.txt
index 1486904..f99a1a9 100644
--- a/lib/lp/registry/stories/webservice/xx-distribution.txt
+++ b/lib/lp/registry/stories/webservice/xx-distribution.txt
@@ -44,6 +44,7 @@ And for every distribution we publish most of its attributes.
     mirror_admin_link: u'http://.../~ubuntu-mirror-admins'
     mugshot_link: u'http://.../ubuntu/mugshot'
     name: u'ubuntu'
+    oci_project_admin_link: None
     official_answers: True
     official_blueprints: True
     official_bug_tags: []

References