From accb83e3f63f6b86efde411523d7d36b03816cf3 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 9 May 2021 11:38:42 +0200 Subject: [PATCH] safcm: tests: test detected groups with leading/trailing space --- cmd/safcm/sync_info_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/safcm/sync_info_test.go b/cmd/safcm/sync_info_test.go index b1da4c1..5498a20 100644 --- a/cmd/safcm/sync_info_test.go +++ b/cmd/safcm/sync_info_test.go @@ -49,7 +49,7 @@ func TestHostInfoRespToGroups(t *testing.T) { Goarch: "amd64", Output: []string{ "simple", - "with spaces", + " with spaces \t", "with UPPERcase", "with UTF-8: Hello, 世界", }, -- 2.43.2