Skip to content

Commit d16a697

Browse files
committed
fix typo in test
1 parent 05531e5 commit d16a697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/pkg/api/app_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func TestVersionCheckFail(t *testing.T) {
108108
{
109109
// unrestricted client without a version
110110
userAgent: "happy-cli",
111-
errorMessage: "expected version so be specified for happy-cli in the User-Agent header (format: happy-cli/<version>)",
111+
errorMessage: "expected version to be specified for happy-cli in the User-Agent header (format: happy-cli/<version>)",
112112
},
113113
}
114114

0 commit comments

Comments
 (0)