Skip to content

Commit

Permalink
[hotfix][rest][tests] Clarify instructions for generating API snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
afedulov committed Mar 12, 2021
1 parent b6319f7 commit 767dd71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ curCall, checkCompatibility(oldCall, curCall)))
"The API was modified in a compatible way, but the snapshot was not updated. "
+ "To update the snapshot, re-run this test with -D"
+ REGENERATE_SNAPSHOT_PROPERTY
+ " being set.");
+ " being set. If you see this message in a CI pipeline, rerun the test locally and commit the generated changes.");
}
}

Expand Down

0 comments on commit 767dd71

Please sign in to comment.