~store-reviewers/click-reviewers-tools/trunk

« back to all changes in this revision

Viewing changes to clickreviews/cr_online_accounts.py

  • Committer: Jamie Strandboge
  • Date: 2015-07-22 16:30:36 UTC
  • mfrom: (504.1.2 no-service-type-check)
  • Revision ID: jamie@ubuntu.com-20150722163036-edp082n6ylthbzq7
[ Alberto Mardegan ]
* clickreviews/cr_online_accounts.py: Do not check for "type" element in OA
  .service files
[ Jamie Strandboge ]
* clickreviews/tests/test_cr_online_accounts.py: don't stub or check for
  "type" element in OA .service files

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
            if t == 'error':
186
186
                continue
187
187
 
188
 
            for tag in ['type', 'name', 'provider']:
 
188
            for tag in ['name', 'provider']:
189
189
                t = 'info'
190
190
                n = '%s_%s_%s' % (app, account_type, tag)
191
191
                s = "OK"