File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change
1
+ * @ stackhpc/openstack
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Tag & Release
3
+ ' on ' :
4
+ push :
5
+ branches :
6
+ - stackhpc/zed
7
+ permissions :
8
+ actions : read
9
+ contents : write
10
+ jobs :
11
+ tag-and-release :
12
+ uses : stackhpc/.github/.github/workflows/tag-and-release.yml@main
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Tox Continuous Integration
3
+ ' on ' :
4
+ pull_request :
5
+ jobs :
6
+ tox :
7
+ uses : stackhpc/.github/.github/workflows/tox.yml@main
Original file line number Diff line number Diff line change @@ -415,8 +415,8 @@ def test_create_with_wrong_import_form(self):
415
415
"non-local source of image data." )
416
416
else :
417
417
supported = ['http' , ]
418
- msg = ("The given uri is not valid. Please specify a "
419
- "valid uri from the following list of supported uri "
418
+ msg = ("The given URI is not valid. Please specify a "
419
+ "valid URI from the following list of supported URI "
420
420
"%(supported)s" ) % {'supported' : supported }
421
421
self .assertEqual (msg , final_task .message )
422
422
You can’t perform that action at this time.
0 commit comments