~ltrager/maas/remove_di_from_kernel_opts

« back to all changes in this revision

Viewing changes to src/maasserver/tests/test_populate_tags.py

  • Committer: Lee Trager
  • Date: 2016-10-22 06:06:12 UTC
  • mfrom: (5457.1.44 maas)
  • Revision ID: lee.trager@canonical.com-20161022060612-ukar20f6ffs45nas
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
            protocols.append(protocol)
234
234
        tag = factory.make_Tag(populate=False)
235
235
 
236
 
        d = populate_tags(tag)
 
236
        [d] = populate_tags(tag)
237
237
 
238
238
        # `d` is a testing-only convenience. We must wait for it to fire, and
239
239
        # we must do that from the reactor thread.