From 2474d8b2ec95bd5348d8c5213547d4745ac2ee02 Mon Sep 17 00:00:00 2001 From: mitchell Date: Mon, 15 Sep 2025 11:08:11 -0400 Subject: [PATCH] Fixed failing publish integration test. The error message recently changed to accommodate a new extension. --- test/integration/publish_int_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/publish_int_test.go b/test/integration/publish_int_test.go index a8963c8724..6c2a0ea79f 100644 --- a/test/integration/publish_int_test.go +++ b/test/integration/publish_int_test.go @@ -136,7 +136,7 @@ func (suite *PublishIntegrationTestSuite) TestPublish() { }, expect{ []string{}, - "Expected file extension to be either", + "Expected file extension:", true, 1, true,