re-order replacement

This commit is contained in:
Denis Bilenko 2024-12-20 13:46:02 +01:00
parent 8945ee34e9
commit b91e7fb905
1 changed files with 1 additions and 2 deletions

View File

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