Skip to content

Commit

Permalink
Unused Uri variable in 4 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarkihall committed Oct 28, 2024
1 parent d549733 commit 714ffb5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,6 @@ codeunit 135072 "Uri Builder Query Test"
[Test]
procedure TestGetQueryFlags()
var
Uri: Codeunit Uri;
Flags: List of [Text];
begin
// [Given] A URL with query flags
Expand All @@ -658,7 +657,6 @@ codeunit 135072 "Uri Builder Query Test"
[Test]
procedure TestGetQueryParameters()
var
Uri: Codeunit Uri;
Params: Dictionary of [Text, List of [Text]];
begin
// [Given] A URL with query parameters
Expand All @@ -678,7 +676,6 @@ codeunit 135072 "Uri Builder Query Test"
[Test]
procedure TestGetQueryParameter()
var
Uri: Codeunit Uri;
ParamValues: List of [Text];
begin
// [Given] A URL with query parameters
Expand All @@ -695,7 +692,6 @@ codeunit 135072 "Uri Builder Query Test"
[Test]
procedure TestGetQueryParameterNotFound()
var
Uri: Codeunit Uri;
ParamValues: List of [Text];
begin
// [Given] A URL with query parameters
Expand Down

0 comments on commit 714ffb5

Please sign in to comment.