Skip to content

Commit

Permalink
ON-36316 # Make slug unique
Browse files Browse the repository at this point in the history
  • Loading branch information
kizaonline committed Nov 17, 2023
1 parent 203bcf4 commit e21932f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OneBlink.SDK.Tests/FormsAppEnvironmentsClientTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public async void can_clone_forms_app_environment()
new FormsAppEnvironment()
{
name = "Cloned Environment",
slug = "cloned-prod",
slug = "cloned-prod-" + DateTime.Now.ToFileTimeUtc().ToString(),
organisationId = this.organisationId,
cloneOptions = new FormsAppEnvironmentCloneOptions()
{
Expand Down

0 comments on commit e21932f

Please sign in to comment.