Skip to content

Commit 85a8be0

Browse files
committed
fix skip message
1 parent 336e2a5 commit 85a8be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/integration_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func TestIntegration(t *testing.T) {
131131
t.Run(tt.name, func(t *testing.T) {
132132
t.Parallel()
133133
if coderVersion != "latest" && semver.Compare(coderVersion, tt.minVersion) < 0 {
134-
t.Skipf("skipping due to minVersion %q < %q", tt.minVersion, coderVersion)
134+
t.Skipf("skipping due to CODER_VERSION %q < minVersion %q", coderVersion, tt.minVersion)
135135
}
136136
// Given: we have an existing Coder deployment running locally
137137
// Import named template

0 commit comments

Comments
 (0)