Skip to content

Commit e68017a

Browse files
committed
Update validation command to format integration tests as well
1 parent 7892a9b commit e68017a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_validation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ cd ${script_dir}/..
66
pip install -U pip && \
77
pip install -e ".[testing]" && \
88
pip install -e ".[optional]" && \
9-
black slack_sdk/ slack/ tests/ && \
9+
black slack_sdk/ slack/ tests/ integration_tests/ && \
1010
python setup.py codegen && \
1111
python setup.py validate

0 commit comments

Comments
 (0)