Update test to check base ref/sha values
This commit is contained in:
parent
087e7a3a1a
commit
a7f3c648eb
3 changed files with 5 additions and 5 deletions
|
|
@ -73,8 +73,8 @@ test("validate correct payload used per version", async (t) => {
|
|||
version,
|
||||
"actions"
|
||||
);
|
||||
t.truthy(payload.base_ref);
|
||||
t.truthy(payload.base_sha);
|
||||
t.deepEqual(payload.base_ref, "master");
|
||||
t.deepEqual(payload.base_sha, "f95f852bd8fca8fcc58a9a2d6c842781e32a215e");
|
||||
}
|
||||
|
||||
for (const version of oldVersions) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue