Skip to content

Commit

Permalink
Data Layer (tests): Fix the shape of the getMe test action to match…
Browse files Browse the repository at this point in the history
… reality
  • Loading branch information
bperson committed Apr 12, 2017
1 parent 33c7293 commit f4e4115
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/state/data-layer/wpcom-http/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ const failer = { type: 'FAIL' };
const getMe = {
method: 'GET',
path: '/me',
apiVersion: 'v1.1',
query: {
apiVersion: '1.1',
},
onFailure: failer,
onSuccess: succeeder,
};
Expand Down

0 comments on commit f4e4115

Please sign in to comment.