Skip to content

Commit

Permalink
fix release-info test
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Nov 19, 2016
1 parent f0833fb commit a70eb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/model/release-info.t
Expand Up @@ -138,7 +138,7 @@ sub normalize_issues_ok {
distribution =>

# Default to rt url, but let data override.
{ bugs => { source => "${rt_prefix}X", %$bugs } },
{ bugs => { rt => { source => "${rt_prefix}X", %$bugs } } },
}
);
is_deeply $instance->normalize_issues, $exp, $desc;
Expand Down

0 comments on commit a70eb29

Please sign in to comment.