Skip to content

Commit 45dcde9

Browse files
committed
Updating snapshot
1 parent cab264a commit 45dcde9

File tree

1 file changed

+32
-8
lines changed

1 file changed

+32
-8
lines changed

tests/js/spec/views/organizationGroupDetails/__snapshots__/groupSimilar.spec.jsx.snap

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,10 @@ exports[`Issues Similar View renders with mocked data 1`] = `
768768
Array [
769769
Object {
770770
"pathname": "/organizations/org-slug/issues/271/",
771-
"search": "",
771+
"query": Object {
772+
"_allp": 1,
773+
"query": undefined,
774+
},
772775
},
773776
],
774777
Array [
@@ -782,7 +785,10 @@ exports[`Issues Similar View renders with mocked data 1`] = `
782785
Array [
783786
Object {
784787
"pathname": "/organizations/org-slug/issues/271/",
785-
"search": "",
788+
"query": Object {
789+
"_allp": 1,
790+
"query": undefined,
791+
},
786792
},
787793
],
788794
Array [
@@ -853,7 +859,10 @@ exports[`Issues Similar View renders with mocked data 1`] = `
853859
to={
854860
Object {
855861
"pathname": "/organizations/org-slug/issues/271/",
856-
"search": "",
862+
"query": Object {
863+
"_allp": 1,
864+
"query": undefined,
865+
},
857866
}
858867
}
859868
>
@@ -868,7 +877,10 @@ exports[`Issues Similar View renders with mocked data 1`] = `
868877
to={
869878
Object {
870879
"pathname": "/organizations/org-slug/issues/271/",
871-
"search": "",
880+
"query": Object {
881+
"_allp": 1,
882+
"query": undefined,
883+
},
872884
}
873885
}
874886
>
@@ -967,7 +979,10 @@ exports[`Issues Similar View renders with mocked data 1`] = `
967979
Array [
968980
Object {
969981
"pathname": "/organizations/org-slug/issues/271/",
970-
"search": "",
982+
"query": Object {
983+
"_allp": 1,
984+
"query": undefined,
985+
},
971986
},
972987
],
973988
Array [
@@ -981,7 +996,10 @@ exports[`Issues Similar View renders with mocked data 1`] = `
981996
Array [
982997
Object {
983998
"pathname": "/organizations/org-slug/issues/271/",
984-
"search": "",
999+
"query": Object {
1000+
"_allp": 1,
1001+
"query": undefined,
1002+
},
9851003
},
9861004
],
9871005
Array [
@@ -1166,7 +1184,10 @@ exports[`Issues Similar View renders with mocked data 1`] = `
11661184
Array [
11671185
Object {
11681186
"pathname": "/organizations/org-slug/issues/271/",
1169-
"search": "",
1187+
"query": Object {
1188+
"_allp": 1,
1189+
"query": undefined,
1190+
},
11701191
},
11711192
],
11721193
Array [
@@ -1180,7 +1201,10 @@ exports[`Issues Similar View renders with mocked data 1`] = `
11801201
Array [
11811202
Object {
11821203
"pathname": "/organizations/org-slug/issues/271/",
1183-
"search": "",
1204+
"query": Object {
1205+
"_allp": 1,
1206+
"query": undefined,
1207+
},
11841208
},
11851209
],
11861210
Array [

0 commit comments

Comments
 (0)