Skip to content

Commit ee71afb

Browse files
committed
tests
1 parent f544c54 commit ee71afb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/Tests/Search/GetPnPSearchCrawlLogTests.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,17 @@ public void GetPnPSearchCrawlLogTest()
7777
// From Cmdlet Help: Show raw crawl log data
7878
var rawFormat = "";
7979

80+
var increaseRequestTimeout= "";
81+
8082
var results = scope.ExecuteCommand("Get-PnPSearchCrawlLog",
8183
new CommandParameter("LogLevel", logLevel),
8284
new CommandParameter("RowLimit", rowLimit),
8385
new CommandParameter("Filter", filter),
8486
new CommandParameter("ContentSource", contentSource),
8587
new CommandParameter("StartDate", startDate),
8688
new CommandParameter("EndDate", endDate),
87-
new CommandParameter("RawFormat", rawFormat));
89+
new CommandParameter("RawFormat", rawFormat),
90+
new CommandParameter("IncreaseRequestTimeout", increaseRequestTimeout));
8891

8992
Assert.IsNotNull(results);
9093
}

0 commit comments

Comments
 (0)