Skip to content

Commit 459b81e

Browse files
committed
Revert "Remove prefix 'r' and start/end of text notifiers (^ $) from regex as this causes test to not performing as expected in AWS Glue versus local environment."
This reverts commit 6367b85.
1 parent 9d6d50e commit 459b81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jobs/housing/housing_dwellings_list_gx_suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class ExpectLLPGColumnValueLengthsBetween(gxe.ExpectColumnValueLengthsToBeBetwee
3131

3232
class ExpectBlockRefNoColumnValuesToMatchRegex(gxe.ExpectColumnValuesToMatchRegex):
3333
column: str = "block_reference_number"
34-
regex: str = "\d+"
34+
regex: str = "\d+$"
3535
description: str = "Expect Block Reference Number to match regex ^\d+$ (numerical)"
3636

3737

0 commit comments

Comments
 (0)