fix typo jas -> has

This commit is contained in:
Alex Holliday
2024-10-30 09:07:47 +08:00
parent 29c83f5206
commit b1d7947719

View File

@@ -158,7 +158,7 @@ describe("Network Service", () => {
expect(httpResult.responseTime).to.be.a("number");
expect(httpResult.status).to.be.true;
});
it("should return a response object if hardware successful and job jas a secret", async () => {
it("should return a response object if hardware successful and job has a secret", async () => {
const job = {
data: {
url: "http://test.com",