Skip to content

Commit 7f1c795

Browse files
committed
Fix typo
1 parent e1f0e79 commit 7f1c795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/source-package-verification.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python setup.py build && python setup.py install
2020
if [[ $OS_NAME == linux && $ARCH == x64 ]]; then
2121
flake8 --exclude ./_venv,*_pb2.py
2222
make docs
23-
if [[ $TEST_TEST_CONSUMER_GROUP_PROTOCOL == consumer ]]; then
23+
if [[ $TEST_CONSUMER_GROUP_PROTOCOL == consumer ]]; then
2424
python -m pytest --timeout 1200 --ignore=dest --ignore=tests/integration/admin
2525
else
2626
python -m pytest --timeout 1200 --ignore=dest

0 commit comments

Comments
 (0)