shreemaan-abhishek commented on code in PR #11076:
URL: https://github.com/apache/apisix/pull/11076#discussion_r1535104890
##########
t/plugin/key-auth.t:
##########
@@ -23,6 +23,31 @@ use t::APISIX 'no_plan';
repeat_each(2);
no_long_string();
no_root_location();
+
+add_block_preprocessor(sub {
+ my ($block) = @_;
+
+ my $user_yaml_config = <<_EOC_;
+deployment:
+ role: traditional
+ role_traditional:
+ config_provider: etcd
+ admin:
+ admin_key: null
+apisix:
+ node_listen: 1984
+ proxy_mode: http&stream
+ stream_proxy:
+ tcp:
+ - 9100
+ enable_resolv_search_opt: false
+ data_encryption:
+ enable_encrypt_fields: false
Review Comment:
disable encrypt fields for test because this line in the tests:
https://github.com/shreemaan-abhishek/apisix/blob/7c2994b844aef288030392d85bcc9bfbfb46ad0a/t/plugin/key-auth.t#L206-L207
expects response with sensitive fields in plain text... modifying the test
to expect encrypted fields would make the tests too complex.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]