Build: #3 failed

Job: default failed

Stages & jobs

  1. Default Stage

The previews APi spec must respond to the file previews list(id: UUId) function routed by GEt /api/files/:file id/listpreviews: Test case result

The below summarizes the result of the test "The previews APi spec must respond to the file previews list(id: UUId) function routed by GEt /api/files/:file id/listpreviews" in build 3 of Clowder - CORE - feature-CATS-103-update-create-dataset-page - default.
Description
The previews APi spec must respond to the file previews list(id: UUId) function routed by GEt /api/files/:file id/listpreviews
Test class
integration.PreviewsAPIAppSpec
Method
The Previews API Spec must respond to the filePreviewsList(id: UUID) function routed by GET /api/files/:file_id/listpreviews
Duration
< 1 sec
Status
Failed (Existing Failure)

Error Log

class org.scalatest.exceptions.TestFailedException: 401 did not equal 200

      org.scalatest.exceptions.TestFailedException: 401 did not equal 200
      at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160)
      at org.scalatest.MustMatchers$AnyMustWrapper.mustEqual(MustMatchers.scala:6213)
      at integration.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$8.apply$mcV$sp(PreviewsAPIAppSpec.scala:274)
      at integration.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$8.apply(PreviewsAPIAppSpec.scala:269)
      at integration.PreviewsAPIAppSpec$$anonfun$2$$anonfun$apply$mcV$sp$8.apply(PreviewsAPIAppSpec.scala:269)
      at org.scalatest.Transformer$$anonfun$apply$1.apply(Transformer.scala:22)
      at org.scalatest.Transformer$$anonfun$apply$1.apply(Transformer.scala:22)
      at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)
      at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
      at org.scalatest.Transformer.apply(Transformer.scala:22)
      at org.scalatest.Transformer.apply(Transformer.scala:20)
      at org.scalatest.WordSpecLike$$anon$1.apply(WordSpecLike.scala:945)
      at org.scalatest.Suite$class.withFixture(Suite.scala:1121)
      at org.scalatest.WordSpec.withFixture(WordSpec.scala:1881)
      at org.scalatest.WordSpecLike$class.invokeWithFixture$1(WordSpecLike.scala:942)
      at org.scalatest.WordSpecLike$$anonfun$runTest$1.apply(WordSpecLike.scala:954)
      at org.scalatest.WordSpecLike$$anonfun$runTest$1.apply(WordSpecLike.scala:954)
      at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
      at org.scalatest.WordSpecLike$class.runTest(WordSpecLike.scala:954)
      at org.scalatest.WordSpec.runTest(WordSpec.scala:1881)
      at org.scalatest.WordSpecLike$$anonfun$runTests$1.apply(WordSpecLike.scala:1013)
      at org.scalatest.WordSpecLike$$anonfun$runTests$1.apply(WordSpecLike.scala:1013)
      at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:413)
      at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:401)
      at scala.collection.immutable.List.foreach(List.scala:318)
      at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
      at org.scalatest.SuperEngine.org$scalatest$SuperEngine$$runTestsInBranch(Engine.scala:390)
      at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:427)
      at org.scalatest.SuperEngine$$anonfun$traverseSubNodes$1$1.apply(Engine.scala:401)
      at scala.collection.immutable.List.foreach(List.scala:318)
      at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
      at org.scalatest.SuperEngine.org$scalatest$SuperEngine$$runTestsInBranch(Engine.scala:396)
      at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:483)
      at org.scalatest.WordSpecLike$class.runTests(WordSpecLike.scala:1013)
      at org.scalatest.WordSpec.runTests(WordSpec.scala:1881)
      at org.scalatest.Suite$class.run(Suite.scala:1423)
      at org.scalatest.WordSpec.org$scalatest$WordSpecLike$$super$run(WordSpec.scala:1881)
      at org.scalatest.WordSpecLike$$anonfun$run$1.apply(WordSpecLike.scala:1059)
      at org.scalatest.WordSpecLike$$anonfun$run$1.apply(WordSpecLike.scala:1059)
      at org.scalatest.SuperEngine.runImpl(Engine.scala:545)
      at org.scalatest.WordSpecLike$class.run(WordSpecLike.scala:1059)
      at integration.PreviewsAPIAppSpec.org$scalatestplus$play$ConfiguredApp$$super$run(PreviewsAPIAppSpec.scala:22)
      at org.scalatestplus.play.ConfiguredApp$class.run(ConfiguredApp.scala:111)
      at integration.PreviewsAPIAppSpec.run(PreviewsAPIAppSpec.scala:22)
      at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:444)
      at org.scalatest.tools.Framework$ScalaTestNestedTask.execute(Framework.scala:529)
      at sbt.ForkMain$Run.runTest(ForkMain.java:239)
      at sbt.ForkMain$Run.runTestSafe(ForkMain.java:219)
      at sbt.ForkMain$Run.runTests(ForkMain.java:187)
      at sbt.ForkMain$Run.run(ForkMain.java:251)
      at sbt.ForkMain.main(ForkMain.java:97)