Skip to content

Commit

Permalink
Remove -SNAPSHOT from the test plugin for the builds to go through
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Sep 1, 2020
1 parent 405e65a commit 836478e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/fixtures/plugins/newsfeed/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class NewsFeedSimulatorPlugin implements Plugin {

public setup({ http }: CoreSetup) {
const router = http.createRouter();
const version = this.initializerContext.env.packageInfo.version;
const version = this.initializerContext.env.packageInfo.version.replace('-SNAPSHOT', '');

router.get(
{
Expand Down

0 comments on commit 836478e

Please sign in to comment.