Fix report category not being saved in REST API (#17682)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Fabricator(:rule) do
|
||||
priority ""
|
||||
deleted_at "2021-02-21 05:51:09"
|
||||
text "MyText"
|
||||
end
|
||||
priority 0
|
||||
deleted_at nil
|
||||
text { Faker::Lorem.paragraph }
|
||||
end
|
||||
|
Reference in New Issue
Block a user