Skip to content

Commit 6b58cee

Browse files
Fix Repository Base Path Matching in Azure ITs (#41457) (#41470)
* Added quotes so that "regexy" base paths like `7.0` that we use on CI don't break matching * closes #41405
1 parent 21c3053 commit 6b58cee

File tree

1 file changed

+1
-1
lines changed
  • plugins/repository-azure/qa/microsoft-azure-storage/src/test/resources/rest-api-spec/test/repository_azure

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ setup:
2323

2424
- match: { repository.settings.container: ${container} }
2525
- match: { repository.settings.client : "integration_test" }
26-
- match: { repository.settings.base_path : ${base_path} }
26+
- match: { repository.settings.base_path : "${base_path}" }
2727

2828
# Index documents
2929
- do:

0 commit comments

Comments
 (0)