Skip to content

Commit b13b9c0

Browse files
committed
test: allow null in uri runner
1 parent d44e8d7 commit b13b9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tools/uri_spec_runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ interface UriTest extends UriTestBase {
2828
password: string;
2929
db: string;
3030
};
31-
options: Record<string, any>;
31+
options: Record<string, any> | null;
3232
}
3333

3434
interface AuthTest extends UriTestBase {

0 commit comments

Comments
 (0)