-
Notifications
You must be signed in to change notification settings - Fork 691
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4536 from zenmonkeykstop/4526-metadata-functest
add functional test for /metadata endpoint
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 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
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,10 @@ | ||
from . import source_navigation_steps | ||
from . import functional_test | ||
|
||
|
||
class TestInstanceMetadata( | ||
functional_test.FunctionalTest, | ||
source_navigation_steps.SourceNavigationStepsMixin): | ||
|
||
def test_instance_metadata(self): | ||
self._source_checks_instance_metadata() |