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 336e2a5 commit 85a8be0Copy full SHA for 85a8be0
integration/integration_test.go
@@ -131,7 +131,7 @@ func TestIntegration(t *testing.T) {
131
t.Run(tt.name, func(t *testing.T) {
132
t.Parallel()
133
if coderVersion != "latest" && semver.Compare(coderVersion, tt.minVersion) < 0 {
134
- t.Skipf("skipping due to minVersion %q < %q", tt.minVersion, coderVersion)
+ t.Skipf("skipping due to CODER_VERSION %q < minVersion %q", coderVersion, tt.minVersion)
135
}
136
// Given: we have an existing Coder deployment running locally
137
// Import named template
0 commit comments