update NOTICE; fix formatting

This commit is contained in:
Denis Bilenko 2024-12-20 13:50:38 +01:00
parent b645c47e87
commit e685482e75
2 changed files with 5 additions and 1 deletions

4
NOTICE
View File

@ -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

View File

@ -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) {