Skip to content

Commit

Permalink
fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitjasa-db committed May 22, 2024
1 parent d31bba3 commit e86af06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/importables.go
Original file line number Diff line number Diff line change
Expand Up @@ -2714,7 +2714,7 @@ var resourcesMap map[string]importable = map[string]importable{
return connectionType + "_" + connectionName
},
List: func(ic *importContext) error {
connections, err := ic.workspaceClient.Connections.ListAll(ic.Context)
connections, err := ic.workspaceClient.Connections.ListAll(ic.Context, catalog.ListConnectionsRequest{})
if err != nil {
return err
}
Expand Down

0 comments on commit e86af06

Please sign in to comment.