From 72a43007d8e573e3a97ba881170184623c1855c6 Mon Sep 17 00:00:00 2001 From: Benjamin George Roberts Date: Mon, 5 Sep 2022 09:44:55 +1000 Subject: [PATCH] fix broken preauth-key tag test --- integration_cli_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_cli_test.go b/integration_cli_test.go index b016ac29..284dd485 100644 --- a/integration_cli_test.go +++ b/integration_cli_test.go @@ -337,7 +337,7 @@ func (s *IntegrationCLITestSuite) TestPreAuthKeyCommand() { // Test that tags are present for i := 0; i < count; i++ { - assert.DeepEquals(listedPreAuthKeys[i].AclTags, []string{"tag:test1,", "tag:test2"}) + assert.Equals(listedPreAuthKeys[i].AclTags, []string{"tag:test1,", "tag:test2"}) } // Expire three keys