Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Oct 2, 2024
1 parent 11bfc90 commit d10688e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export default function (providerContext: FtrProviderContext) {
.send(buf)
.expect(400);
expect((res.error as HTTPError).text).to.equal(
'{"statusCode":400,"error":"Bad Request","message":"Invalid top-level package manifest at top-level directory apache-0.1.4 (package name: apache): one or more fields missing of name, version, description, title, format_version, owner."}'
'{"statusCode":400,"error":"Bad Request","message":"Invalid top-level package manifest at top-level directory apache-0.1.4 (package name: apache): one or more fields missing of name, version, title, owner."}'
);
});

Expand Down

0 comments on commit d10688e

Please sign in to comment.