From: Stephen Finucane Date: Fri, 27 Dec 2019 16:26:40 +0000 (+0000) Subject: fixtures: Fix typo in default_states X-Git-Tag: v2.2.0-rc1~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04b26de56a6a12f999ff5b031117aad99a1b5364;p=thirdparty%2Fpatchwork.git fixtures: Fix typo in default_states Signed-off-by: Stephen Finucane Fixes: 42b1dfa2 ("models: Add State.slug field") --- diff --git a/patchwork/fixtures/default_states.xml b/patchwork/fixtures/default_states.xml index 1bbd919d..f422b441 100644 --- a/patchwork/fixtures/default_states.xml +++ b/patchwork/fixtures/default_states.xml @@ -4,61 +4,61 @@ New - new + new 0 True Under Review - under-review + under-review 1 True Accepted - accepted + accepted 2 False Rejected - rejected + rejected 3 False RFC - rfc + rfc 4 False Not Applicable - not-applicable + not-applicable 5 False Changes Requested - changes-requested + changes-requested 6 False Awaiting Upstream - awaiting-upstream + awaiting-upstream 7 False Superseded - superseded + superseded 8 False Deferred - deferred + deferred 9 False