Skip to content

Commit 265fea7

Browse files
committed
Improve repositores code
Signed-off-by: Michael Sverdlov <[email protected]>
1 parent 547fa02 commit 265fea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artifactory/commands/buildtoollogin/buildtoollogin_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ func TestBuildToolLoginCommand_configurePoetry(t *testing.T) {
268268
assert.NoError(t, err)
269269
poetryAuthContent := string(poetryAuthContentBytes)
270270
// Normalize line endings for comparison.(For Windows)
271-
poetryConfigContent = strings.ReplaceAll(poetryConfigContent, "\r\n", "\n")
271+
poetryAuthContent = strings.ReplaceAll(poetryAuthContent, "\r\n", "\n")
272272

273273
if testCase.accessToken != "" {
274274
// Validate token-based authentication (The token is stored in the keyring so we can't test it)

0 commit comments

Comments
 (0)