aboutsummaryrefslogtreecommitdiffstats
path: root/spec/requests/api
diff options
context:
space:
mode:
authorTeddy Wing2017-08-25 17:53:27 +0200
committerTeddy Wing2017-08-25 17:53:27 +0200
commit614719bfd45d496c686366842fa57277e71664dd (patch)
treece90f13902c760196b6d8f213d69aae2cba914e0 /spec/requests/api
parent4821b3545af37332685cb5cb59a645606a1034e5 (diff)
downloadchouette-core-614719bfd45d496c686366842fa57277e71664dd.tar.bz2
NetexImportsController spec: Change name of referential
While `ReferentialMetadataKludge` exists, the name needs to match one of the keys in `#name_to_periods`, otherwise all the tests that use these attributes fail.
Diffstat (limited to 'spec/requests/api')
-rw-r--r--spec/requests/api/v1/netex_import_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/v1/netex_import_spec.rb b/spec/requests/api/v1/netex_import_spec.rb
index fd5f6d497..8f6eb8523 100644
--- a/spec/requests/api/v1/netex_import_spec.rb
+++ b/spec/requests/api/v1/netex_import_spec.rb
@@ -19,7 +19,7 @@ RSpec.describe "NetexImport", type: :request do
let( :legal_attributes ) do
{
- name: 'hello world',
+ name: 'offre1',
file: file,
workbench_id: workbench.id
}