package main const ( testUserFoo = "foo" testUserBar = "bar" testUserName = "test" testJobName = "test-job" testExampleURL = "http://example.com" testAuthRequiredErr = "authentication required" testRemoteTokenValue = "remote-token-123" testWhitespaceVal = " " testValidStr = "valid" testParamKey = "key" testParamKey1 = "key1" testParamKey2 = "key2" testParamValue1 = "value1" testParamValue2 = "value2" )