From 540dd9ae942787279c2fe439a9182223c1a11d2c Mon Sep 17 00:00:00 2001 From: Martin Kraft Date: Fri, 26 Jan 2018 08:37:12 -0500 Subject: XYZ-32: Increases size of position to 128 characters. (#8148) * XYZ-32: Changes type of 'position' column on 'users' table. * XYZ-32: Uncomment to run on CI and pre-release. * XYZ-32: Reverts translation changes. * XYZ-32: Fix for gofmt. --- app/import_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/import_test.go') diff --git a/app/import_test.go b/app/import_test.go index abe32caa8..6a284f63d 100644 --- a/app/import_test.go +++ b/app/import_test.go @@ -405,7 +405,7 @@ func TestImportValidateUserImportData(t *testing.T) { } data.LastName = ptrStr("Blob") - data.Position = ptrStr(strings.Repeat("abcdefghij", 7)) + data.Position = ptrStr(strings.Repeat("abcdefghij", 13)) if err := validateUserImportData(&data); err == nil { t.Fatal("Validation should have failed due to too long Position.") } -- cgit v1.2.3-1-g7c22