Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-vmware committed Sep 30, 2024
1 parent 1d54267 commit 5789fb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void CanOverrideDefaults()
EnvironmentEndpointOptions options = GetOptionsFromSettings<EnvironmentEndpointOptions, ConfigureEnvironmentEndpointOptions>(appSettings);

options.Id.Should().Be("env");
options.KeysToSanitize.Should().BeEquivalentTo(["accessToken"]);
options.KeysToSanitize.Should().BeEquivalentTo("accessToken");
options.RequiredPermissions.Should().Be(EndpointPermissions.Restricted);
}
}

0 comments on commit 5789fb0

Please sign in to comment.