From 74a67f2711bcb232011e5d1bf146f7ec5c549ebc Mon Sep 17 00:00:00 2001 From: Saket Agrahari <saket.agrahari@geant.org> Date: Fri, 23 May 2025 08:05:17 +0000 Subject: [PATCH] removing invalid gs for test --- test/workflows/iptrunk/test_modify_trunk_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/workflows/iptrunk/test_modify_trunk_interface.py b/test/workflows/iptrunk/test_modify_trunk_interface.py index 7c11c9551..d64aebaa4 100644 --- a/test/workflows/iptrunk/test_modify_trunk_interface.py +++ b/test/workflows/iptrunk/test_modify_trunk_interface.py @@ -246,7 +246,7 @@ def test_iptrunk_modify_trunk_interface_success( @pytest.mark.workflow() -@pytest.mark.parametrize("invalid_ga_id", ["GA-11111", "GS-1234", "GS_12345", "GS-100000"]) +@pytest.mark.parametrize("invalid_ga_id", ["GA-11111", "GS-1234", "GS_12345"]) def test_modify_iptrunk_interface_with_invalid_ga_id( input_form_iptrunk_data, faker, invalid_ga_id, iptrunk_side_subscription_factory, iptrunk_subscription_factory ): -- GitLab