Skip to content

Commit

Permalink
#1685 Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Dec 21, 2020
1 parent 76a484b commit 0505275
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class MispImportSrvTest(implicit ec: ExecutionContext) extends PlaySpecification
.map(o => (o.`type`.name, o.data.map(_.data), o.tlp, o.message, o.tags.map(_.toString).toSet))
// println(observables.mkString("\n"))
observables must contain(
("filename", Some("plop"), 0, Some(""), Set("TH-test", "misp:category=\"Artifacts dropped\"", "misp:type=\"filename\""))
("filename", Some("plop"), 0, Some(""), Set("TEST", "TH-test", "misp:category=\"Artifacts dropped\"", "misp:type=\"filename\""))
)
}
}
Expand Down

0 comments on commit 0505275

Please sign in to comment.