summaryrefslogtreecommitdiff
path: root/constants/constants.go
diff options
context:
space:
mode:
Diffstat (limited to 'constants/constants.go')
-rw-r--r--constants/constants.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/constants.go b/constants/constants.go
index 1a060dd..2f906b6 100644
--- a/constants/constants.go
+++ b/constants/constants.go
@@ -30,4 +30,7 @@ var (
DefaultDebug bool = false
// The default URL for the config host.
DefaultConfigHost string = "networkquality.example.com"
+
+ // The default decision about whether to run the test in strict mode.
+ DefaultStrict bool = false
)