Browse Source

Fix Repository Base Path Matching in Azure ITs (#41457)

* Added quotes so that "regexy" base paths like `7.0` that we use on CI
don't break matching
* closes #41405
Armin Braun 6 years ago
parent
commit
a8b68110fc

+ 1 - 1
plugins/repository-azure/qa/microsoft-azure-storage/src/test/resources/rest-api-spec/test/repository_azure/10_repository.yml

@@ -23,7 +23,7 @@ setup:
 
   - match: { repository.settings.container: ${container} }
   - match: { repository.settings.client : "integration_test" }
-  - match: { repository.settings.base_path : ${base_path} }
+  - match: { repository.settings.base_path : "${base_path}" }
 
   # Index documents
   - do: