Skip to content

Commit

Permalink
fix:port conflict between deviceshifusocketconfig_test & deviceshifut…
Browse files Browse the repository at this point in the history
…cp_config_test
  • Loading branch information
Kidr1cE committed Nov 8, 2023
1 parent 8cdd005 commit 368a1dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
MockDeviceWritFilePermission = 0644
MockDeviceConfigPath = "etc"
MockConfigFile = "mockconfig"
UnitTestAddress = "localhost:23266"
UnitTestAddress = "localhost:23267"
)

var MockDeviceConfigFolder = path.Join("etc", "edgedevice", "config")
Expand Down

0 comments on commit 368a1dd

Please sign in to comment.