We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05531e5 commit d16a697Copy full SHA for d16a697
api/pkg/api/app_test.go
@@ -108,7 +108,7 @@ func TestVersionCheckFail(t *testing.T) {
108
{
109
// unrestricted client without a version
110
userAgent: "happy-cli",
111
- errorMessage: "expected version so be specified for happy-cli in the User-Agent header (format: happy-cli/<version>)",
+ errorMessage: "expected version to be specified for happy-cli in the User-Agent header (format: happy-cli/<version>)",
112
},
113
}
114
0 commit comments