We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547fa02 commit 265fea7Copy full SHA for 265fea7
artifactory/commands/buildtoollogin/buildtoollogin_test.go
@@ -268,7 +268,7 @@ func TestBuildToolLoginCommand_configurePoetry(t *testing.T) {
268
assert.NoError(t, err)
269
poetryAuthContent := string(poetryAuthContentBytes)
270
// Normalize line endings for comparison.(For Windows)
271
- poetryConfigContent = strings.ReplaceAll(poetryConfigContent, "\r\n", "\n")
+ poetryAuthContent = strings.ReplaceAll(poetryAuthContent, "\r\n", "\n")
272
273
if testCase.accessToken != "" {
274
// Validate token-based authentication (The token is stored in the keyring so we can't test it)
0 commit comments