From 95642617d36d6a5a4b51fee36d35ee4f898369ec Mon Sep 17 00:00:00 2001 From: eesaanatluri <39744656+eesaanatluri@users.noreply.github.com> Date: Tue, 8 Apr 2025 12:12:07 -0400 Subject: [PATCH] fix the username for group routing test case (#558) --- e2e/yaml_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/yaml_test.go b/e2e/yaml_test.go index 97bc0b09..818ea143 100644 --- a/e2e/yaml_test.go +++ b/e2e/yaml_test.go @@ -508,7 +508,7 @@ func TestYaml(t *testing.T) { "-p", piperport, "-l", - "testuser", + "testgroupuser", "-i", path.Join(yamldir, "id_rsa_simple"), "127.0.0.1",