Skip to content

Commit

Permalink
fix: Linter fixes, remove unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
a18e committed May 3, 2024
1 parent 519e378 commit f9e30b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 1 addition & 6 deletions ci/scripts/acceptance-tests
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ if [ -n "$FOCUS" ]; then
ADDITIONAL_ARGS=("--focus" "$FOCUS")
fi

cd ${REPO_ROOT:?required}

# TODO TEMPORARY: REMOVE BEFORE MERGE
git config --global --add safe.directory /repo
git config --global --add safe.directory /repo/src/ttar

cd "${REPO_ROOT:?required}"
echo "----- Pulling in any git submodules..."
git submodule update --init --recursive --force

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,14 @@
{
'enable_health_check_http' => true,
'accept_proxy' => true,
'disable_health_check_proxy' => true,
'disable_health_check_proxy' => true
}
end

it 'does not set expect-proxy for the healthcheck' do
expect(healthcheck_listener).not_to include('tcp-request connection expect-proxy layer4 unless LOCALHOST')
end
end

end
end
end

0 comments on commit f9e30b4

Please sign in to comment.