Skip to content

Commit

Permalink
remove HTML tags
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheEichler committed Apr 2, 2024
1 parent 39d2097 commit e466034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/unit-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ We declare the inputs and outputs in the following format: 'input, output', [(ca

After declaring the variables and assigning their values, you need to assign the variables to the test function. In the example above we assign the variables 'string' and 'output' to the test function.

To read more on parametrize fixtures, visit: <https://docs.pytest.org/en/latest/how-to/parametrize.html>
To read more on parametrize fixtures, visit: https://docs.pytest.org/en/latest/how-to/parametrize.html

An example of a test using the paramertrize fixture is avialable [here](https://github.com/demisto/content/blob/master/Packs/CommonScripts/Scripts/ExtractDomainFromUrlFormat/ExtractDomainFromUrlFormat_test.py#L7).

Expand Down

0 comments on commit e466034

Please sign in to comment.