Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion catalog/catalog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ func TestAccCatalog_ProviderConfig_Mismatched(t *testing.T) {
workspace_id = "123"
}
`),
ExpectError: regexp.MustCompile(`workspace_id mismatch.*please check the workspace_id provided in provider_config`),
ExpectError: regexp.MustCompile(`failed to get workspace client with workspace_id 123`),
})
}

Expand Down
123 changes: 59 additions & 64 deletions common/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading