diff options
Diffstat (limited to 't/open311.t')
-rw-r--r-- | t/open311.t | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/t/open311.t b/t/open311.t index ad20c3859..71a87325c 100644 --- a/t/open311.t +++ b/t/open311.t @@ -295,6 +295,13 @@ foreach my $test ( extended => 'NO_FURTHER_ACTION', }, { + desc => 'comment with internal referral state sends status of CLOSED', + state => 'internal referral', + anon => 0, + status => 'CLOSED', + extended => 'INTERNAL_REFERRAL', + }, + { desc => 'comment with closed state sends status of CLOSED', state => 'closed', status => 'CLOSED', |