8000 fixup! fix!: enforce regex for agent names · coder/coder@d247016 · GitHub
[go: up one dir, main page]

Skip to content

Commit d247016

Browse files
committed
fixup! fix!: enforce regex for agent names
1 parent d2c3a14 commit d247016

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

provisioner/terraform/resources_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,7 @@ func TestInvalidTerraformAddress(t *testing.T) {
984984
require.Equal(t, state.Resources[0].ModulePath, "invalid terraform address")
985985
}
986986

987+
//nolint:tparallel
987988
func TestAppSlugValidation(t *testing.T) {
988989
t.Parallel()
989990
ctx, logger := ctxAndLogger(t)
@@ -1061,6 +1062,7 @@ func TestAppSlugDuplicate(t *testing.T) {
10611062
require.ErrorContains(t, err, "duplicate app slug")
10621063
}
10631064

1065+
//nolint:tparallel
10641066
func TestAgentNameInvalid(t *testing.T) {
10651067
t.Parallel()
10661068
ctx, logger := ctxAndLogger(t)

0 commit comments

Comments
 (0)
0