Index: tests/standalone/io/security_context_argument_test.dart |
diff --git a/tests/standalone/io/security_context_argument_test.dart b/tests/standalone/io/security_context_argument_test.dart |
index 6e9ddcfa3075d2fca853641be962fe21c878b7e7..fc6ff1c573381309cc3fd4afe7c483826272c47e 100644 |
--- a/tests/standalone/io/security_context_argument_test.dart |
+++ b/tests/standalone/io/security_context_argument_test.dart |
@@ -116,9 +116,6 @@ void testUsePrivateKeyArguments() { |
Expect.throws(() => c.setClientAuthorities( |
localFile('certificates/client_authority_malformed.pem')), |
tlsException); |
- |
- c.usePrivateKey( |
- localFile('certificates/server_key.pem'), password: "dartdart"); |
} |
void main() { |