This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch release2.1.0
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/release2.1.0 by this push:
     new 2e0a354f04 DOC Typo for HOP_UNIT_TESTS_FOLDER
     new 1f60e0797d Merge pull request #1849 from enricomariam42/patch-4
2e0a354f04 is described below

commit 2e0a354f0432d02c51b38b31c26df8b272f8d223
Author: enricomariam42 <[email protected]>
AuthorDate: Wed Nov 30 15:43:18 2022 +0100

    DOC Typo for HOP_UNIT_TESTS_FOLDER
    
    Typo for HOP_UNIT_TESTS_FOLDER in pipeline-unit-testing
---
 .../modules/ROOT/pages/pipeline/pipeline-unit-testing.adoc            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/pipeline-unit-testing.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/pipeline-unit-testing.adoc
index 4fae39f429..efad031670 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/pipeline-unit-testing.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/pipeline-unit-testing.adoc
@@ -112,7 +112,7 @@ The options in this dialog are:
 |The pipeline to test|the pipeline this test applies to.
 By default, you should see the active pipeline filename here.
 |Test pipeline filename (Optional)|the filename to use for this unit test.
-|Base test path (or use HOP_UNIT_TEST_FOLDER)|the folder to store this unit 
test to.
+|Base test path (or use HOP_UNIT_TESTS_FOLDER)|the folder to store this unit 
test to.
 |Select this test automatically|default: false
 |Replace a database connection with another|specify a list of database 
connections for this pipeline that you'd like to swap out for a test-specific 
connection.
 |Variables|a list of variables to use in testing.
@@ -219,4 +219,4 @@ In the workflow logging output, you'll find information 
about the exit state of
 
 Similar to the workflow action, there's a transform to run your unit tests:
 
-image:pipeline-unit-testing-run-unit-tests-pipeline.png[Unit Test - Run Unit 
Tests,width="90%"]
\ No newline at end of file
+image:pipeline-unit-testing-run-unit-tests-pipeline.png[Unit Test - Run Unit 
Tests,width="90%"]

Reply via email to