diff --git a/test/io/configs/expected/jwt-role-claim-key1.config b/test/io/configs/expected/jspath-str-op-dump1.config similarity index 100% rename from test/io/configs/expected/jwt-role-claim-key1.config rename to test/io/configs/expected/jspath-str-op-dump1.config diff --git a/test/io/configs/expected/jwt-role-claim-key2.config b/test/io/configs/expected/jspath-str-op-dump2.config similarity index 100% rename from test/io/configs/expected/jwt-role-claim-key2.config rename to test/io/configs/expected/jspath-str-op-dump2.config diff --git a/test/io/configs/expected/jwt-role-claim-key3.config b/test/io/configs/expected/jspath-str-op-dump3.config similarity index 100% rename from test/io/configs/expected/jwt-role-claim-key3.config rename to test/io/configs/expected/jspath-str-op-dump3.config diff --git a/test/io/configs/expected/jwt-role-claim-key4.config b/test/io/configs/expected/jspath-str-op-dump4.config similarity index 100% rename from test/io/configs/expected/jwt-role-claim-key4.config rename to test/io/configs/expected/jspath-str-op-dump4.config diff --git a/test/io/configs/expected/jwt-role-claim-key5.config b/test/io/configs/expected/jspath-str-op-dump5.config similarity index 100% rename from test/io/configs/expected/jwt-role-claim-key5.config rename to test/io/configs/expected/jspath-str-op-dump5.config diff --git a/test/io/configs/jspath-str-op-dump1.config b/test/io/configs/jspath-str-op-dump1.config new file mode 100644 index 000000000..770d8c7d8 --- /dev/null +++ b/test/io/configs/jspath-str-op-dump1.config @@ -0,0 +1,2 @@ +# For coverage of config dumping with jspath string comparison operator. We allow 5 different operators, so each file test 1 operator. +jwt-role-claim-key = ".roles[?(@ == \"role1\")]" diff --git a/test/io/configs/jwt-role-claim-key2.config b/test/io/configs/jspath-str-op-dump2.config similarity index 100% rename from test/io/configs/jwt-role-claim-key2.config rename to test/io/configs/jspath-str-op-dump2.config diff --git a/test/io/configs/jwt-role-claim-key3.config b/test/io/configs/jspath-str-op-dump3.config similarity index 100% rename from test/io/configs/jwt-role-claim-key3.config rename to test/io/configs/jspath-str-op-dump3.config diff --git a/test/io/configs/jwt-role-claim-key4.config b/test/io/configs/jspath-str-op-dump4.config similarity index 100% rename from test/io/configs/jwt-role-claim-key4.config rename to test/io/configs/jspath-str-op-dump4.config diff --git a/test/io/configs/jwt-role-claim-key5.config b/test/io/configs/jspath-str-op-dump5.config similarity index 100% rename from test/io/configs/jwt-role-claim-key5.config rename to test/io/configs/jspath-str-op-dump5.config diff --git a/test/io/configs/jwt-role-claim-key1.config b/test/io/configs/jwt-role-claim-key1.config deleted file mode 100644 index bee3f8141..000000000 --- a/test/io/configs/jwt-role-claim-key1.config +++ /dev/null @@ -1 +0,0 @@ -jwt-role-claim-key = ".roles[?(@ == \"role1\")]"