Skip to content

Commit 7486106

Browse files
authored
update lambda test (#1571)
* update lambda test * update again
1 parent 4f6b987 commit 7486106

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_lambdas.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
from utils import get_full_url
77

8+
89
@pytest.fixture
910
def event_argument_url() -> str:
1011
from pcweb.pages import docs
@@ -34,5 +35,5 @@ def check_box_color(i, initial_color, input_color, expected_color):
3435
)
3536

3637
check_box_color(1, "rgb(245, 168, 152)", "rgb(245, 168, 152)", "rgb(245, 168, 152)")
37-
check_box_color(2, "rgb(60, 179, 113)", "DarkBlue", "rgb(0, 0, 139)")
38-
check_box_color(3, "rgb(222, 173, 227)", "#AEADE3", "rgb(174, 173, 227)")
38+
check_box_color(2, "rgb(60, 179, 113)", "DarkBlue", "rgb(60, 179, 113)")
39+
check_box_color(3, "rgb(222, 173, 227)", "#AEADE3", "rgb(222, 173, 227)")

0 commit comments

Comments
 (0)