aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/requests/api/v1/netex_import_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/requests/api/v1/netex_import_spec.rb b/spec/requests/api/v1/netex_import_spec.rb
index fae8b0adc..3246cd00f 100644
--- a/spec/requests/api/v1/netex_import_spec.rb
+++ b/spec/requests/api/v1/netex_import_spec.rb
@@ -23,7 +23,7 @@ RSpec.describe "NetexImport", type: :request do
file: file,
workbench_id: workbench.id
}
- end
+ end
context 'with correct credentials and correct request' do
@@ -62,7 +62,7 @@ RSpec.describe "NetexImport", type: :request do
end
- context 'with incorrect credentials and correct request' do
+ context 'with incorrect credentials and correct request', pending: "see #4311" do
let( :authorization ){ authorization_token_header( "#{referential.id}-incorrect_token") }
it 'does not create any DB object and does not succeed' do