Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanurp committed Feb 13, 2025
1 parent ee15baa commit bc1298e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildinfo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ func TestBuildPublishWithOverwrite(t *testing.T) {
assert.Equal(t, 2, buildNumbersFrequencyAfterOverwrite[preReleaseBuildNumber])

// Verify that only one build info is available for given build number with overwrite
runRt(t, "bp", buildName, buildNumber, "--overwrite=true")
runRt(t, "bp", buildName, preReleaseBuildNumber, "--overwrite=true")
publishedBuildInfo, found, err = tests.GetBuildRuns(serverDetails, buildName, buildNumber)
assert.NoError(t, err)
assert.True(t, found, "build info was expected to be found")
Expand Down

0 comments on commit bc1298e

Please sign in to comment.