Skip to content

Commit

Permalink
Removed missing backup file requirement.
Browse files Browse the repository at this point in the history
* Resulting error has been fixed.
* Online API testing is successful.
  • Loading branch information
tjohnston-softdev committed Apr 29, 2021
1 parent 7ad4f78 commit 4da23fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
26 changes: 6 additions & 20 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
# Changelog

**Test Status**
* Checked unit tests since package update.
* Offline Controller file testing is successful.
* API testing has an error due to a missing backup file. (My fault...)
* Front-end testing is unchanged.
* Factory reset is successful.
* Missing backup file error has been fixed.
* Online API testing is successful.

---

**./package.json**
* Uninstalled 'npm' package. (I don't even know how that got there)
* Updated these packages to the latest version:
* request
* sinon
* validator
* chai
* mocha

---

**./package-lock.json**
* Patched 'minimist' security vulnerability.
* Updating 'mocha' and 'sinon' appeared to do the trick.
* This removed all dependency on 'minimist'
**./test-parts/part-h-api_requests/requests/req-storage.js**
* Removed 'stoFile' global.
* This was obviously a holdover from when I was preparing the tests.
* Uses a backup file I have since deleted for public release.
1 change: 0 additions & 1 deletion test-parts/part-h-api_requests/requests/req-storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const apiCommonFile = require("../sub-requests/common-api");
const storageCommonFile = require("../sub-requests/common-storage");
const storageFolder = apiPaths.storageApi;

var stoFile = require("../../../backup/other-api-objects/storage-objects");
var userStorageTestPaths = null;
var currentPlatform = osModule.platform();

Expand Down

0 comments on commit 4da23fa

Please sign in to comment.