-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test with empty request info having no content
- Loading branch information
1 parent
5a58b53
commit 0ed4bea
Showing
3 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="All Tests" type="DartTestRunConfigurationType" factoryName="Dart Test"> | ||
<option name="filePath" value="$PROJECT_DIR$/test" /> | ||
<option name="scope" value="FOLDER" /> | ||
<configuration default="false" name="All Tests" type="CompoundRunConfigurationType"> | ||
<toRun name="Test kiota_abstractions" type="DartTestRunConfigurationType" /> | ||
<toRun name="Test kiota_http" type="DartTestRunConfigurationType" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Test kiota_abstractions" type="DartTestRunConfigurationType" factoryName="Dart Test"> | ||
<option name="filePath" value="$PROJECT_DIR$/packages/kiota_abstractions/test" /> | ||
<option name="scope" value="FOLDER" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters