Skip to content

Commit 9cdf72a

Browse files
authored
Minor regex fix
1 parent 0a4e423 commit 9cdf72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_itd_service.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_ingress_interface
101101
# The next-hop setting as part of the ingress_interface
102102
# is not needed for n9k and in the latest images is not
103103
# even supported by the cli.
104-
if Platform.image_version[/9.\d+/]
104+
if Platform.image_version[/9\.\d+/]
105105
next_hop1 = ''
106106
next_hop2 = ''
107107
next_hop3 = ''

0 commit comments

Comments
 (0)