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 e05d30b commit cc5e221Copy full SHA for cc5e221
internal/provider/workspace_proxy_resource_test.go
@@ -62,7 +62,7 @@ func TestAccWorkspaceProxyResourceAGPL(t *testing.T) {
62
t.Skip("Acceptance tests are disabled.")
63
}
64
ctx := context.Background()
65
- client := integration.StartCoder(ctx, t, "ws_proxy_acc", false)
+ client := integration.StartCoder(ctx, t, "ws_proxy_acc_agpl", false)
66
67
cfg1 := testAccWorkspaceProxyResourceConfig{
68
URL: client.URL.String(),
0 commit comments