Explorar o código

test: reuse dedicated deployment page path

马小龙 hai 3 días
pai
achega
7ee4846ee1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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():