Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.cmdline
Commits
94ccf6f1
Commit
94ccf6f1
authored
Mar 16, 2020
by
Samuel GAIST
Browse files
[test][toolchains] Support fail push invalid test case
parent
41b5af0b
Pipeline
#38121
passed with stage
in 3 minutes and 52 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
beat/cmdline/test/test_toolchains.py
View file @
94ccf6f1
...
@@ -57,6 +57,7 @@ class TestOnline(core.OnlineAssetTestCase):
...
@@ -57,6 +57,7 @@ class TestOnline(core.OnlineAssetTestCase):
"fork"
:
"user/forked_obj/1"
,
"fork"
:
"user/forked_obj/1"
,
"push"
:
"user/two_loops/1"
,
"push"
:
"user/two_loops/1"
,
"not_owner_push"
:
"other_user/somechain/1"
,
"not_owner_push"
:
"other_user/somechain/1"
,
"push_invalid"
:
"errors/invalid/1"
,
}
}
def
_modify_asset
(
self
,
asset_name
):
def
_modify_asset
(
self
,
asset_name
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment