diff options
| author | Alban Peignier | 2018-04-22 23:19:13 +0200 |
|---|---|---|
| committer | Alban Peignier | 2018-04-22 23:19:28 +0200 |
| commit | a619aea097fc777e6b054cb85e70cbd87e5ccb1a (patch) | |
| tree | c40f8558607fc694a87ab119f2766245d81398f5 | |
| parent | d83281ade8176ab9b410a2d5a081ff950c84dc67 (diff) | |
| download | chouette-core-a619aea097fc777e6b054cb85e70cbd87e5ccb1a.tar.bz2 | |
Import::Netex file error is no longer managed with a 406 API status. Refs #6645
| -rw-r--r-- | spec/requests/api/v1/netex_import_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/requests/api/v1/netex_import_spec.rb b/spec/requests/api/v1/netex_import_spec.rb index 14dac9a25..a108b476f 100644 --- a/spec/requests/api/v1/netex_import_spec.rb +++ b/spec/requests/api/v1/netex_import_spec.rb @@ -105,7 +105,6 @@ RSpec.describe "Import::Netex", type: :request do end end - it_behaves_like 'illegal attributes', :file it_behaves_like 'illegal attributes', :workbench_id # TODO Create a specific test when referential is not created |
