Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Mar 6, 2022
1 parent bb6ea38 commit 9a0fe93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/functional/apps/management/_scripted_fields_filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
scriptedPainlessFieldName,
'painless',
'number',
{},
null,
'1',
"doc['machine.ram'].value / (1024 * 1024 * 1024)"
);
Expand Down
2 changes: 1 addition & 1 deletion test/functional/page_objects/settings_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ export class SettingsPageObject extends FtrService {
name: string,
language: string,
type: string,
format: Record<string, any>,
format: Record<string, any> | null,
popularity: string,
script: string
) {
Expand Down

0 comments on commit 9a0fe93

Please sign in to comment.