Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
steering
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
steering
Commits
789cf19c
Commit
789cf19c
authored
11 months ago
by
Chris Pastl
Browse files
Options
Downloads
Patches
Plain Diff
test: trigger a failure to check merge policies
parent
d21cb0fa
No related branches found
No related tags found
2 merge requests
!39
Add OpenAPI annotations for rrules and settings
,
!38
Try to merge broken branch
Pipeline
#7852
failed
11 months ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
program/tests/test_hosts.py
+1
-1
1 addition, 1 deletion
program/tests/test_hosts.py
with
1 addition
and
1 deletion
program/tests/test_hosts.py
+
1
−
1
View file @
789cf19c
...
...
@@ -74,7 +74,7 @@ def test_update_host(admin_api_client, host, image):
response
=
admin_api_client
.
put
(
url
(
host
),
data
=
update
)
assert
response
.
status_code
==
20
0
assert
response
.
status_code
==
20
1
assert_data
(
response
,
update
)
...
...
This diff is collapsed.
Click to expand it.
Chris Pastl
@chrizz
mentioned in commit
a5185ee2
·
11 months ago
mentioned in commit
a5185ee2
mentioned in commit a5185ee24b0e014a58df1374d0bf4e160de4227e
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment