Skip to content

Commit 82e1e63

Browse files
committed
fix tests
1 parent 6c5cae1 commit 82e1e63

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

backend/test/ava-tests/non-saas-tests/non-saas-secrets-e2e.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ test.serial(`${currentTest} - should return secret metadata without value`, asyn
211211
const responseBody = JSON.parse(response.text);
212212
t.is(responseBody.slug, 'get-test-api-key');
213213
t.falsy(responseBody.value);
214-
t.truthy(responseBody.lastAccessedAt);
215214
});
216215

217216
test.serial(`${currentTest} - should return 404 for non-existent secret`, async (t) => {

0 commit comments

Comments
 (0)