Skip to content

Commit ec3bd52

Browse files
Fixed the can connect to builder e2e test
Signed-off-by: Abhijit Gadgil <agadgil@progress.com>
1 parent fcab78d commit ec3bd52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/end-to-end/test_fresh_install_can_communicate_with_builder.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Describe "Clean hab installation" {
1414
}
1515
It "can talk to builder" {
1616
if ($IsMacOS) {
17-
$pkgChannel = "aarch64-darwin"
17+
$pkgChannel = "aarch64-darwin-opt"
1818
# core/redis may not exist for aarch64-darwin; use core/nginx instead
1919
hab pkg install core/nginx --channel $pkgChannel
2020
} else {

0 commit comments

Comments
 (0)