diff --git a/.ci/magician/cmd/templates/vcr/vcr_cassettes_update_replaying.tmpl b/.ci/magician/cmd/templates/vcr/vcr_cassettes_update_replaying.tmpl index 5c0f891c3e7c..922d55efed0d 100644 --- a/.ci/magician/cmd/templates/vcr/vcr_cassettes_update_replaying.tmpl +++ b/.ci/magician/cmd/templates/vcr/vcr_cassettes_update_replaying.tmpl @@ -17,7 +17,7 @@ Affected tests list: {{- end}} {{if .ReplayingErr}} ################################# -Errors occurred during REPLAYING mode: {{.ReplayingErr}}. +Errors occurred during REPLAYING mode. ################################# {{- end}} {{if .AllReplayingPassed}} diff --git a/.ci/magician/cmd/vcr_cassette_update_test.go b/.ci/magician/cmd/vcr_cassette_update_test.go index beb96423869f..0d391e0f5d45 100644 --- a/.ci/magician/cmd/vcr_cassette_update_test.go +++ b/.ci/magician/cmd/vcr_cassette_update_test.go @@ -49,7 +49,7 @@ func TestFormatVCRCassettesUpdateReplaying(t *testing.T) { "#################################", "", "#################################", - "Errors occurred during REPLAYING mode: some error.", + "Errors occurred during REPLAYING mode.", "#################################", }, "\n",