Skip to content

Commit 2474d8b

Browse files
committed
Fixed failing publish integration test.
The error message recently changed to accommodate a new extension.
1 parent 5b744f7 commit 2474d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/publish_int_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func (suite *PublishIntegrationTestSuite) TestPublish() {
136136
},
137137
expect{
138138
[]string{},
139-
"Expected file extension to be either",
139+
"Expected file extension:",
140140
true,
141141
1,
142142
true,

0 commit comments

Comments
 (0)