Skip to content

Commit

Permalink
Merge pull request #951 from NordSecurity/LLT-5748_update_windows_vm
Browse files Browse the repository at this point in the history
Resolve LLT-5748: update windows vm
  • Loading branch information
gytsto authored Nov 15, 2024
2 parents 65a579a + 5c244a9 commit c1457b3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
with:
schedule: ${{ github.event_name == 'schedule' }}
cancel-outdated-pipelines: ${{ github.ref_name != 'main' }}
triggered-ref: v2.5.2 # REMEMBER to also update in .gitlab-ci.yml
triggered-ref: v2.6.1 # REMEMBER to also update in .gitlab-ci.yml
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ libtelio-build-pipeline:

trigger:
project: $LIBTELIO_BUILD_PROJECT_PATH
branch: v2.5.2 # REMEMBER to also update in .github/workflows/gitlab.yml
branch: v2.6.1 # REMEMBER to also update in .github/workflows/gitlab.yml
Empty file.
2 changes: 1 addition & 1 deletion nat-lab/tests/test_cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async def test_get_network_interface_tunnel_keys(adapter_type, name) -> None:
# that might have managed to survive the end of the previous test.
keys = await _get_network_interface_tunnel_keys(connection)
assert [
"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Class\\{4d36e972-e325-11ce-bfc1-08002be10318}\\0005"
"HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Class\\{4d36e972-e325-11ce-bfc1-08002be10318}\\0006"
] == keys

assert (
Expand Down

0 comments on commit c1457b3

Please sign in to comment.