8000
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 d2c3a14 commit d247016Copy full SHA for d247016
provisioner/terraform/resources_test.go
@@ -984,6 +984,7 @@ func TestInvalidTerraformAddress(t *testing.T) {
984
require.Equal(t, state.Resources[0].ModulePath, "invalid terraform address")
985
}
986
987
+//nolint:tparallel
988
func TestAppSlugValidation(t *testing.T) {
989
t.Parallel()
990
ctx, logger := ctxAndLogger(t)
@@ -1061,6 +1062,7 @@ func TestAppSlugDuplicate(t *testing.T) {
1061
1062
require.ErrorContains(t, err, "duplicate app slug")
1063
1064
1065
1066
func TestAgentNameInvalid(t *testing.T) {
1067
1068
0 commit comments