Skip to content

Commit

Permalink
Update the test stubs.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveworley committed Aug 9, 2024
1 parent 27d5124 commit f3dd405
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/client.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ describe('Quant Client', function () {
it('should accept custom headers', async function () {
const response = {
statusCode: 200,
body: {
data: {
quant_revision: 1,
md5: 'da697d6f9a318fe26d2dd75a6b123df0',
quant_filename: 'index.html',
Expand Down Expand Up @@ -582,7 +582,7 @@ describe('Quant Client', function () {
it('should accept empty object', async function () {
const response = {
status: 200,
body: {
data: {
quant_revision: 1,
md5: 'da697d6f9a318fe26d2dd75a6b123df0',
quant_filename: 'nala.jpg',
Expand Down Expand Up @@ -797,7 +797,7 @@ describe('Quant Client', function () {
it('should remove index.html', async function () {
const response = {
status: 200,
body: { project: 'test' },
data: { project: 'test' },
headers: {},
config: {},
request: {},
Expand Down

0 comments on commit f3dd405

Please sign in to comment.