소스 검색

test: reuse dedicated deployment page path

马小龙 3 일 전
부모
커밋
7ee4846ee1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/test_data_rule_frontend_contract.py

+ 1 - 1
tests/test_data_rule_frontend_contract.py

@@ -19,7 +19,7 @@ DATAFLOW = Path(
 FACTORY = Path(
     "frontend/src/views/dataFactory/productionLineDeployment/index.vue"
 )
-FACTORY_INDEX = Path("frontend/src/views/dataFactory/productionLineDeployment/index.vue")
+FACTORY_INDEX = FACTORY
 
 
 def test_rule_api_client_exposes_versions_publish_and_server_side_release():