Skip to content

Commit

Permalink
Merge branch 'testing-new-iterations' of https://github.com/Matte22/s…
Browse files Browse the repository at this point in the history
…tig-manager into testing-new-iterations
  • Loading branch information
Matte22 committed Sep 4, 2024
2 parents da3ff3e + e90f098 commit b8fc2b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/api/mocha/data/collection/collectionPost.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const reference = require('../../referenceData.js')
const requestBodies = require('./requestBodies.js')

describe('POST - Collection - not all tests run for all iterations', function () {

before(async function () {
// this.timeout(4000)
await utils.uploadTestStigs()
Expand Down Expand Up @@ -161,7 +161,7 @@ describe('POST - Collection - not all tests run for all iterations', function ()
})
})

describe("cloneCollection - /collections/{collectionId}/clone", function () {
describe("cloneCollection - /collections/{collectionId}/clone - test basic clone permissions (ie. must have owner grant + createCollection priv", function () {

before(async function () {
// this.timeout(4000)
Expand Down
2 changes: 1 addition & 1 deletion test/api/mocha/integration/collection.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ describe('PUT - setStigAssetsByCollectionUser - /collections/{collectionId}/gran
})
})
})
describe('POST - cloneCollection - /collections/{collectionId}/clone', () => {
describe('POST - cloneCollection - /collections/{collectionId}/clone - test various clone params', () => {

describe('Collection Cloning', () =>{

Expand Down

0 comments on commit b8fc2b0

Please sign in to comment.