slack-go / slack

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42
https://pkg.go.dev/github.com/slack-go/slack
BSD 2-Clause "Simplified" License
4.64k stars 1.13k forks source link

fix: UploadFileContext not calling api.AuthTestContext #1109

Closed kevin-faliam closed 2 years ago

kevin-faliam commented 2 years ago

UploadFileContext was calling api.AuthTest instead of api.AuthTestContext

kanata2 commented 2 years ago

@kevin-faliam Please add description for your changes.