This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 22baa14778 [IT] fix snmp test
     new e9e038c84a Merge pull request #3088 from hansva/master
22baa14778 is described below

commit 22baa147780df800d6d4d9bce890b2c4a7edde71
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Mon Jul 17 16:42:53 2023 +0200

    [IT] fix snmp test
---
 docker/integration-tests/integration-tests-snmp.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/integration-tests/integration-tests-snmp.yaml 
b/docker/integration-tests/integration-tests-snmp.yaml
index b63453001d..e54150af1c 100644
--- a/docker/integration-tests/integration-tests-snmp.yaml
+++ b/docker/integration-tests/integration-tests-snmp.yaml
@@ -33,7 +33,7 @@ services:
       - "1162/udp"
     volumes:
       - type: bind
-        source: /Users/hans/git/hop/integration-tests/snmp/files
+        source: ./../../integration-tests/snmp/files
         target: /var/lib/zabbix/snmptraps
     healthcheck:
       test: [ "CMD-SHELL", "true" ]

Reply via email to