Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python: Fix integration test check for PRs (#2490)
### Motivation and Context Python integration test check resolves the MSTEAM_WEBHOOK as "" when run for PRs. The secret is not needed in this scenario, but the value should be non "" ### Description ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
- Loading branch information