Skip to content

Commit

Permalink
update NOTICE; fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
denik committed Dec 20, 2024
1 parent 3c2bb4e commit 56492eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,7 @@ License - https://github.com/whilp/git-urls/blob/master/LICENSE
github.com/wI2L/jsondiff v0.6.1
Copyright (c) 2020-2024 William Poussier <william.poussier@gmail.com>
License - https://github.com/wI2L/jsondiff/blob/master/LICENSE

https://github.com/hexops/gotextdiff
Copyright (c) 2009 The Go Authors. All rights reserved.
License - https://github.com/hexops/gotextdiff/blob/main/LICENSE
2 changes: 1 addition & 1 deletion internal/testcli/golden.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func PrepareReplacements(t testutil.TestingT, r *ReplacementsContext, w *databri
r.Set(w.Config.ClientSecret, "$DATABRICKS_CLIENT_SECRET")
r.Set(w.Config.DatabricksCliPath, "$DATABRICKS_CLI_PATH")
// This is set to words like "path" that happen too frequently
//r.Set(w.Config.AuthType, "$DATABRICKS_AUTH_TYPE")
// r.Set(w.Config.AuthType, "$DATABRICKS_AUTH_TYPE")
}

func PrepareReplacementsUser(t testutil.TestingT, r *ReplacementsContext, u iam.User) {
Expand Down

0 comments on commit 56492eb

Please sign in to comment.