test: Rename RAG E2E test file (#6750)

Prior to this change, this broke `pytest` workflows in VSCode due to identical test names in this file and the integration/unit test file.
This commit is contained in:
Madeesh Kannan 2024-01-16 13:40:22 +01:00 committed by GitHub
parent 20f04f6054
commit d6cafeaff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
fixes:
- Fix `pytest` breaking in VSCode due to a name collision in the RAG pipeline tests.