Skip to content

Commit

Permalink
Updates clientSchemaVersion to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulbarwal committed Jan 2, 2025
1 parent d24930d commit 019a8da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ public void setup() {
testApplication.setLastDeployedAt(Instant.now());
testApplication.setModifiedBy("some-user");
testApplication.setGitApplicationMetadata(new GitArtifactMetadata());
testApplication.setClientSchemaVersion(jsonSchemaVersions.getClientVersion());

Application.ThemeSetting themeSettings = getThemeSetting();
testApplication.setUnpublishedApplicationDetail(new ApplicationDetail());
Expand Down

0 comments on commit 019a8da

Please sign in to comment.