diff --git a/internal/lpastore/client_test.go b/internal/lpastore/client_test.go index 1d14771016..cf475c86df 100644 --- a/internal/lpastore/client_test.go +++ b/internal/lpastore/client_test.go @@ -795,7 +795,7 @@ func TestClientServiceContract(t *testing.T) { // b.Header("Content-Type", matchers.String("application/json")) b.JSONBody(matchers.Map{ "uid": matchers.Regex("M-0000-1111-2222", "M(-[A-Z0-9]{4}){3}"), - "status": matchers.String("processing"), + "status": matchers.Regex("in-progress", "in-progress|processing|cannot-register|statutory-waiting-period|perfect|registered"), "lpaType": matchers.String("personal-welfare"), "channel": matchers.String("online"), "donor": matchers.Like(map[string]any{ @@ -926,7 +926,7 @@ func TestClientServiceContract(t *testing.T) { b.JSONBody(matchers.Map{ "lpas": matchers.EachLike(matchers.Map{ "uid": matchers.Regex("M-0000-1111-2222", "M(-[A-Z0-9]{4}){3}"), - "status": matchers.String("processing"), + "status": matchers.Regex("in-progress", "in-progress|processing|cannot-register|statutory-waiting-period|perfect|registered"), "lpaType": matchers.String("personal-welfare"), "channel": matchers.String("online"), "donor": matchers.Like(map[string]any{