]> Dogcows Code - chaz/graphql-client/blobdiff - t/cli.t
add --filter argument
[chaz/graphql-client] / t / cli.t
diff --git a/t/cli.t b/t/cli.t
index 2fa501ceac917a4f2dc88bac39e0d127ea579208..a32af83b333f6189b694c70185f0d36b0e2a0cc6 100755 (executable)
--- a/t/cli.t
+++ b/t/cli.t
@@ -13,6 +13,7 @@ delete $ENV{GRAPHQL_CLIENT_OPTIONS};
 subtest 'get_options' => sub {
     my $expected = {
         format          => 'json:pretty',
+        filter          => undef,
         help            => undef,
         manual          => undef,
         operation_name  => undef,
This page took 0.023092 seconds and 4 git commands to generate.