Skip to content

Commit

Permalink
re-order replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
denik committed Dec 20, 2024
1 parent 75f997d commit b290678
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration/bundle/init_default_python_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b290678

Please sign in to comment.