Skip to content

Commit

Permalink
#1376 Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jul 24, 2020
1 parent 4d87948 commit 574bc53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,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("TH-test", "misp:category=\"Artifacts dropped\"", "misp:type=\"filename\""))
)
}
}
Expand Down

0 comments on commit 574bc53

Please sign in to comment.