Skip to content

Commit acef408

Browse files
committed
Fix ref
1 parent af58385 commit acef408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-reference-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ class TestFunction(unittest.TestCase):
14281428
Inside your *.venv* Python virtual environment folder, install your favorite Python test framework, such as `pip install pytest`. Then run `pytest tests` to check the test result.
14291429

14301430
> [!NOTE]
1431-
> Durable Functions require special syntax for unit testing. For more information, refer to [Unit Testing Durable Functions in Python](durable-functions-unit-testing-python.md)
1431+
> Durable Functions require special syntax for unit testing. For more information, refer to [Unit Testing Durable Functions in Python](durable/durable-functions-unit-testing-python.md)
14321432
14331433
::: zone-end
14341434

0 commit comments

Comments
 (0)