From f622902e5367d8c74ebec0fdd8a48cc4d99aa6bf Mon Sep 17 00:00:00 2001 From: mikolajmeller Date: Thu, 14 Mar 2024 14:02:26 +0100 Subject: [PATCH] fix tests --- ...be_able_to_unlink_a_connection_not_yet_linked-flow=json.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selfservice/strategy/oidc/.snapshots/TestSettingsStrategy-suite=unlink-case=should_not_be_able_to_unlink_a_connection_not_yet_linked-flow=json.json b/selfservice/strategy/oidc/.snapshots/TestSettingsStrategy-suite=unlink-case=should_not_be_able_to_unlink_a_connection_not_yet_linked-flow=json.json index a8b9407aab8..340d6133d6a 100644 --- a/selfservice/strategy/oidc/.snapshots/TestSettingsStrategy-suite=unlink-case=should_not_be_able_to_unlink_a_connection_not_yet_linked-flow=json.json +++ b/selfservice/strategy/oidc/.snapshots/TestSettingsStrategy-suite=unlink-case=should_not_be_able_to_unlink_a_connection_not_yet_linked-flow=json.json @@ -65,6 +65,8 @@ "type": "password", "required": true, "autocomplete": "new-password", + "minlength": 8, + "maxlength": 1024, "disabled": false, "node_type": "input" },