Skip to content

Commit

Permalink
Merge branch 'quentin/renameFunctestApp' into 'master'
Browse files Browse the repository at this point in the history
chore(tests): prefix the name of test apps with 'sdk-react-native-'

See merge request TankerHQ/sdk-react-native!91
  • Loading branch information
quentinvernot committed Jun 29, 2022
2 parents 4ce2005 + b4b7821 commit b7e225b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminserver/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def make_admin() -> tankeradminsdk.Admin:


admin = make_admin()
tanker_app = admin.create_app("test-react-native")
tanker_app = admin.create_app("sdk-react-native-tests")
print(f'created app {tanker_app["id"]}')


Expand Down

0 comments on commit b7e225b

Please sign in to comment.