Skip to content

Commit

Permalink
Fix labels-as-tags test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Jan 5, 2015
1 parent 634601f commit 85d9a68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_github.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class TestGithubIssue(ServiceTest):
'number': 10,
'body': 'Something',
'milestone': {'id': 'alpha'},
'labels': [{'name': 'bugfix'}],
'created_at': arbitrary_created.isoformat(),
'updated_at': arbitrary_updated.isoformat(),
'repo': 'ralphbean/bugwarrior',
Expand All @@ -46,6 +47,7 @@ def test_normalize_label_to_tag(self):
'needs_work')

def test_to_taskwarrior(self):
self.service.import_labels_as_tags = True
issue = self.service.get_issue_for_record(
self.arbitrary_issue,
self.arbitrary_extra
Expand Down

0 comments on commit 85d9a68

Please sign in to comment.