Skip to content

Commit ea2c31a

Browse files
committed
update...
1 parent 5e9d606 commit ea2c31a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_lambdas.py

Lines changed: 2 additions & 1 deletion
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(2, "rgb(60, 179, 113)", "hsl(240, 100%, 27%)", "rgb(0, 0, 139)")
3839
check_box_color(3, "rgb(222, 173, 227)", "#AEADE3", "rgb(174, 173, 227)")

0 commit comments

Comments
 (0)