Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucie Dubrunfaut authored and Lucie Dubrunfaut committed Feb 14, 2024
1 parent 2632c22 commit 55f6bb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/functional/api/keysight-nvos-restapi.robot
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Keysight Nvos Restapi license
... ${CMD}
... --mode=license
... --hostname=localhost
... --port=3003
... --port=3000
... --api-username='admin'
... --api-password='admin'
... --proto='http'
Expand Down Expand Up @@ -149,7 +149,7 @@ Start Mockoon
... --data
... ${MOCKOON_JSON}
... --port
... 3003
... 3000
... --pname
... keysight-nvos
Wait For Process ${process}
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/mockoon/keysight-nvos-restapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Keysight",
"endpointPrefix": "",
"latency": 0,
"port": 3003,
"port": 3000,
"hostname": "",
"folders": [],
"routes": [
Expand Down

0 comments on commit 55f6bb0

Please sign in to comment.