mirror of https://github.com/databricks/cli.git
re-order replacement
This commit is contained in:
parent
8945ee34e9
commit
b91e7fb905
|
@ -53,12 +53,11 @@ func testDefaultPython(t *testing.T, pythonVersion string) {
|
|||
ctx, replacements := testcli.WithReplacementsMap(ctx)
|
||||
replacements.Set(uniqueProjectId, "$UNIQUE_PRJ")
|
||||
|
||||
testcli.PrepareReplacements(t, replacements, wt.W)
|
||||
|
||||
user, err := wt.W.CurrentUser.Me(ctx)
|
||||
require.NoError(t, err)
|
||||
require.NotNil(t, user)
|
||||
testcli.PrepareReplacementsUser(t, replacements, *user)
|
||||
testcli.PrepareReplacements(t, replacements, wt.W)
|
||||
|
||||
tmpDir := t.TempDir()
|
||||
testutil.Chdir(t, tmpDir)
|
||||
|
|
Loading…
Reference in New Issue