Skip to content

Commit 6cd8676

Browse files
codding-yyanpengju
and
yanpengju
authoredApr 20, 2023
fix: fix configuration api test error (#567)
Co-authored-by: yanpengju <yanpengju@masastack.com>
1 parent 57b65fb commit 6cd8676

File tree

1 file changed

+1
-1
lines changed
  • src/Contrib/Configuration/ConfigurationApi/Tests/Masa.Contrib.Configuration.ConfigurationApi.Dcc.Tests

1 file changed

+1
-1
lines changed
 

‎src/Contrib/Configuration/ConfigurationApi/Tests/Masa.Contrib.Configuration.ConfigurationApi.Dcc.Tests/DccClientTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public void TestJsonFormatCodeRawReturnConfigurationTypeIsJson()
7575
var model = new PublishReleaseModel()
7676
{
7777
Content = "",
78-
FormatLabelCode = "Json",
78+
FormatLabelCode = "JSON",
7979
};
8080
var result = client.TestFormatRaw(model, "DccObjectName");
8181
Assert.IsTrue(result.ConfigurationType == ConfigurationTypes.Json);

0 commit comments

Comments
 (0)
Please sign in to comment.