Browse Source

test: reuse dedicated deployment page path

马小龙 3 days ago
parent
commit
7ee4846ee1
1 changed files with 1 additions and 1 deletions
  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():