Skip to content

Commit a149a3a

Browse files
committed
test: update comment for clarity in tagging models
1 parent fe6a659 commit a149a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cli/commands/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ func TestIntegration_PushModel(t *testing.T) {
693693
}
694694

695695
t.Run(tc.name, func(t *testing.T) {
696-
// First tag the model with the custom registry reference
696+
// First tag the model with the desired reference
697697
t.Logf("Tagging %s as %s", "tag-test", tc.ref)
698698
err := tagModel(newTagCmd(), env.client, "tag-test", tc.ref)
699699
require.NoError(t, err, "Failed to tag model for custom registry")

0 commit comments

Comments
 (0)