Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 8fc1d63

Browse files
committed
fix test
1 parent 89c8552 commit 8fc1d63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/integration/envs_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ func TestEnvsCLI(t *testing.T) {
4949
// Invalid environment name should fail.
5050
c.Run(ctx, "coder envs create --image "+ubuntuImgID+" this-IS-an-invalid-EnvironmentName").Assert(t,
5151
tcli.Error(),
52-
tcli.StderrMatches(regexp.QuoteMeta("HTTP/2.0 400 Bad Request")),
5352
tcli.StderrMatches(regexp.QuoteMeta("environment name must conform to regex ^[a-z0-9]([a-z0-9-]+)?")),
5453
)
5554

0 commit comments

Comments
 (0)