Skip to content

Commit 5ef2ca6

Browse files
committed
fix SA1413
1 parent 6cb71f0 commit 5ef2ca6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/KubernetesClient.Tests/AuthTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ private K8SConfiguration GetK8SConfiguration(string serverUri, string responseJs
517517
{
518518
ApiVersion = "testingversion",
519519
Command = command,
520-
Arguments = arguments.ToList()
520+
Arguments = arguments.ToList(),
521521
},
522522
},
523523
},

tests/KubernetesClient.Tests/WatchTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ public async Task WatcherIntegrationTest()
588588
Args = new List<string>()
589589
{
590590
"trap : TERM INT; sleep infinity & wait"
591-
}
591+
},
592592
},
593593
},
594594
RestartPolicy = "Never",

tests/KubernetesClient.Tests/YamlTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public void WritePropertyNamedReadOnlyToString()
163163
{
164164
Name = "vm2", MountPath = "/vm2", ReadOnlyProperty = false
165165
},
166-
}
166+
},
167167
},
168168
},
169169
},

0 commit comments

Comments
 (0)