Skip to content

Commit

Permalink
Minor regex fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewiebe authored Aug 14, 2019
1 parent 0a4e423 commit 9cdf72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_itd_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_ingress_interface
# The next-hop setting as part of the ingress_interface
# is not needed for n9k and in the latest images is not
# even supported by the cli.
if Platform.image_version[/9.\d+/]
if Platform.image_version[/9\.\d+/]
next_hop1 = ''
next_hop2 = ''
next_hop3 = ''
Expand Down

0 comments on commit 9cdf72a

Please sign in to comment.