You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/bdd_integration.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ functions or check the :ref:`dataset <dataset>` module for more implementation d
164
164
* :code:`[B]`: Generates a blank space
165
165
* :code:`[UUID]`: Generates a v4 UUID
166
166
* :code:`[RANDOM]`: Generates a random value
167
-
* :code:`[RANDOM_PHONE_NUMBER]`: Generates a random phone number following the pattern +34654XXXXXX, using the language and country specified in dataset.language and dataset.country
167
+
* :code:`[RANDOM_PHONE_NUMBER]`: Generates a random phone number for language and country configured in dataset.language and dataset.country
168
168
* :code:`[TIMESTAMP]`: Generates a timestamp from the current time
169
169
* :code:`[DATETIME]`: Generates a datetime from the current time
170
170
* :code:`[NOW]`: Similar to DATETIME without milliseconds; the format depends on the language
0 commit comments