Skip to content

Commit

Permalink
Remove not necessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Feb 21, 2024
1 parent aa67d62 commit a0f6ccb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 89 deletions.
12 changes: 6 additions & 6 deletions exporter/importables_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -922,17 +922,17 @@ func TestGlobalInitScriptsBodyErrors(t *testing.T) {
{
Method: "GET",
Resource: "/api/2.0/global-init-scripts/sad-emoji?",
Response: workspace.GlobalInitScriptInfo{
Name: "x.sh",
ContentBase64: "🥺",
Response: compute.GlobalInitScriptDetailsWithContent{
Name: "x.sh",
Script: "🥺",
},
},
{
Method: "GET",
Resource: "/api/2.0/global-init-scripts/second?",
Response: workspace.GlobalInitScriptInfo{
Name: "x.sh",
ContentBase64: "YWJj",
Response: compute.GlobalInitScriptDetailsWithContent{
Name: "x.sh",
Script: "YWJj",
},
},
}, func(ctx context.Context, client *common.DatabricksClient) {
Expand Down
83 changes: 0 additions & 83 deletions workspace/global_init_scripts.go

This file was deleted.

0 comments on commit a0f6ccb

Please sign in to comment.