mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-19 13:54:25 +01:00
fix D3 date format for test
This commit is contained in:
parent
43f076191c
commit
2e2f25ce47
@ -38,7 +38,7 @@ test:
|
||||
fablab_without_plans: false
|
||||
time_zone: Paris
|
||||
week_starting_day: monday
|
||||
d3_date_format: %d/%m/%y
|
||||
d3_date_format: '%d/%m/%y'
|
||||
uib_date_format: dd/MM/yyyy
|
||||
rails_locale: en
|
||||
moment_locale: en
|
||||
|
@ -66,7 +66,7 @@ class AbusesTest < ActionDispatch::IntegrationTest
|
||||
default_headers
|
||||
|
||||
assert_equal 422, response.status, response.body
|
||||
assert_match /can't be blank|doit être rempli/, response.body
|
||||
assert_match /can't be blank/, response.body
|
||||
end
|
||||
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user