You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-07-15 23:54:29 +02:00
standardize env var naming (#3031)
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
||||
|
||||
// IsRunningUnitTests returns true if this instance of FocalBoard is running unit or integration tests.
|
||||
func IsRunningUnitTests() bool {
|
||||
testing := os.Getenv("FB_UNIT_TESTING")
|
||||
testing := os.Getenv("FOCALBOARD_UNIT_TESTING")
|
||||
if testing == "" {
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user