Skip to content

Commit

Permalink
Fix Data Use test name.
Browse files Browse the repository at this point in the history
Looks like we missed this in code review.

BUG=

Review-Url: https://codereview.chromium.org/2609133003
Cr-Commit-Position: refs/heads/master@{#441164}
  • Loading branch information
robertogden authored and Commit bot committed Jan 3, 2017
1 parent a3666d0 commit 617b6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/chrome_proxy/webdriver/data_use.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class DataUseAscription(IntegrationTest):

def testCheckPageWithProxy(self):
def testDataUseAscription(self):
ext_path = os.path.join(os.path.dirname(__file__), os.pardir, os.pardir,
os.pardir, 'chrome', 'test', 'data',
'chromeproxy', 'extension')
Expand Down

0 comments on commit 617b6cb

Please sign in to comment.